Can't show applet

Upload core product.

Can't show applet

Postby jecsp » Wed Mar 04, 2009 2:35 am

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!
jecsp
 
Posts: 12
Joined: Mon Feb 23, 2009 7:54 am

Re: Can't show applet

Postby support » Wed Mar 04, 2009 7:30 am

WEB-INF is for Java running on server-side (like Servlet). An applet must be served not executed on server.
User avatar
support
 
Posts: 1398
Joined: Sun Jan 27, 2008 6:19 pm


Return to JFileUpload



cron

Sitemap | Privacy Statement | Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc.
in the U.S. and other countries. All other company and/or product names are the property of their respective owners.