Posted By:
Jan_Gifvars
Posted On:
Tuesday, May 27, 2003 01:47 AM
I have a pretty basic problem I think.
I have some resources in a file called application.properties
I do like this to get the bundle;
ResourceBundle tMessages = ResourceBundle.getBundle("application", Locale.getDefault());
...
This line throws a MissingResourceException.
And I have made sure this file is in the CLASSPATH.
How can I debug this?
This is executed inside a servlet in Tomcat, is there another way to find the resourcebundle at servlet startup?
Best regards,
Jan Gifvars