I want to read a properties file from Tomcat\bin folder using ResourceBundle.
When I put my properties file in project's root folder, I am able to read this file.
But when I put it in Tomcat\bin folder, I'm getting java.util.MissingResourceException. How is this caused and how can I solve it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
You need to put it in the classpath. The Unrelated to the problem, the
|
|||||||||||||
|