Hello Elisabeth, I guess I'm surprised an applet (running in the browser, right?) works at all if the jar containing the applet is in WEB-INF/lib. The browser has no access to that. It needs to exist in a public area; the same area where you put your html, jsp, image, and other web-accessible files.
Jake Thursday, January 16, 2003, 9:35:23 AM, you wrote: EJ> Hello list, EJ> In my application, I use an applet. EJ> The class corresponding at my applet is in jar file located in WEB-INF\lib. EJ> When I deploy this application as a directory, it works fine, by if a use a EJ> war file, it doesn't work. The class isn't found ! Why ? EJ> Thanks for your help, EJ> Elisabeth EJ> Toulouse EJ> -- EJ> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> EJ> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Best regards, Jacob mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
