Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Tried to fix grammar, spelling, layout etc
Source Link
iCollect.it Ltd
  • 93.9k
  • 26
  • 189
  • 210

how How to get correct path of configrationconfiguration file?

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:

alt text

Thanks


how to get correct path of configration file?

I created Java project that contains three configuration log4j.XML,QueueConfig.xml and rabbitmq.properties,this three file put on to resource folder.then i am created jar file of my project.this jar file is added to the another project. when is uses this configuration file it doesn't able to find the correct location of this configuration file. my file structure:

alt text

Thanks


How to get correct path of configuration file?

I created a Java project that contains three configuration file

  • log4j.XML
  • QueueConfig.xml
  • rabbitmq.properties

I put these three files into a resource folder.

Then I created a jar file of my project. This jar file is added to another project. It isn't able to find the correct location of the configuration files.

My file structure:

alt text

Thanks


Source Link
Sameek Mishra
  • 9.4k
  • 31
  • 95
  • 118

how to get correct path of configration file?

I created Java project that contains three configuration log4j.XML,QueueConfig.xml and rabbitmq.properties,this three file put on to resource folder.then i am created jar file of my project.this jar file is added to the another project. when is uses this configuration file it doesn't able to find the correct location of this configuration file. my file structure:

alt text

Thanks