Location of ListResourceBundle
Hi guys,
I've been facing a problem which I'm pretty should appear trivial to some of you.
I keep having this error message thrown : 'java.util.MissingResourceException: Can't find bundle for base name' when I run my program which uses locale-specific string objects.
I use ListResourceBundle to refer to the string objects. However, I don't know where to put the class files for the different bundles subclasses. I think this is the source of the problem.
In eclipse I created a folder especially for the bundles. The corresponding class files should then reside in the matching folder under the bin directory.
My question is to know whether this is the wrong location or should I approach the problem another way.
Best regards.
Ed Chouaffe