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!
Can't show appletRe: Can't show appletWEB-INF is for Java running on server-side (like Servlet). An applet must be served not executed on server.
|