--- Manveen Kaur <[EMAIL PROTECTED]> wrote:
> 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.
>
Could you post the code snippet that tries
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
Manvee