I have a property file which is being called as a resource bundle from one java class and this java classes are wrapped as one JAR file and being included in another java application. From the second java application, I need to call this property file. While doing that, I am getting exception
"Caused by: java.util.MissingResourceException: Can't find bundle for base name DSPDB, locale en_US"
I am not sure where to include that .property
file so that it is visible at runtime.
Please help.