I created a Java project that contains three configuration log4j.XML,QueueConfig.xml and rabbitmq.properties,this three file
- log4j.XML
- QueueConfig.xml
- rabbitmq.properties
I put on tothese three files into a resource folder.then i am
Then I created a jar file of my project.this This jar file is added to the another project. when is uses this configuration file it doesn't It isn't able to find the correct location of thisthe configuration filefiles. my
My file structure:

Thanks