As this documentation (http://activemq.apache.org/jndi-support.html) says, "For example if you place this jndi.properties file on your classpath", but how can I place the .properties file on my classpath if I am using eclipse? Thanks a lot.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
One option is to place your properties file in the src/ directory of your project. This will copy it to the "classes" (along with your .class files) at build time. I often do this for web projects. |
|||
|
|
|
Just to add. If you right-click on an eclipse project and select see image below
|
||||
|
|
