Can't show applet

Upload core product.
Post Reply
jecsp
Posts: 12
Joined: Mon Feb 23, 2009 7:54 am

Can't show applet

Post 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!

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Can't show applet

Post by support »

WEB-INF is for Java running on server-side (like Servlet). An applet must be served not executed on server.

Post Reply