Page 1 of 1

Can't show applet

Posted: Wed Mar 04, 2009 2:35 am
by jecsp
Hi,

I placed my files to my application path below:

-html on wwwroot\admin, js on wwwroot\admin\js

And, I placed the jar files on wwwroot\WEB-INF\lib, the applet can't show out. The error is

load: class jfileupload.upload.client.JSMApplet.class not found.
java.lang.ClassNotFoundException: jfileupload.upload.client.JSMApplet.class

But it's work fine when I moved the jar files out from the WEB-INF folder. Please advice.

Thank you!

Re: Can't show applet

Posted: Wed Mar 04, 2009 7:30 am
by support
WEB-INF is for Java running on server-side (like Servlet). An applet must be served not executed on server.