Re: MissingResourceException on ResourceBundle.getBundle(.)

2003-01-18 Thread Bill Barker
You haven't specified enough information (and you should really know better :). The three argument getBundle should work fine (i.e. ResourceBundle.getBundle(..., Local.US, Thread.currentThread().getContextClassLoader())). If that doesn't work, I'd suggest patching the code until it does :).

MissingResourceException on ResourceBundle.getBundle(.)

2003-01-17 Thread Manveen Kaur
Hi, I have a web-app that looks up a properties file. I'm getting a java.util.MissingResourceException on ResourceBundle.getBundle(..); The jar containg the properties file is in WEB-INF/lib. Is this a classpath issue? Is there a workaround? Any help would be greatly appreciated. thanks