Java Errors
Posted: Sun Feb 07, 2010 3:21 am
Hi, I installed jDiskExplorer and get this error on accessing "applet_http_explorer.html":
load: class jfileupload.upload.client.MApplet.class not found.
java.lang.ClassNotFoundException: jfileupload.upload.client.MApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed:http://www.mysite.com/jfileupload/uploa ... lass.class
Some notes:
1) I edited the JS/HTML files correctly and they are in my /root folder
2) All .JAR files uploaded in Binary and accessible via mysite.com/lib/*.jar
3) Process.jsp is in /root folder
4) .properties files view fine via mysite.com/*properties
5) I can't find "upload.jsp" from jfileupload.com site downloads
Thanks for any help!
load: class jfileupload.upload.client.MApplet.class not found.
java.lang.ClassNotFoundException: jfileupload.upload.client.MApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed:http://www.mysite.com/jfileupload/uploa ... lass.class
Some notes:
1) I edited the JS/HTML files correctly and they are in my /root folder
2) All .JAR files uploaded in Binary and accessible via mysite.com/lib/*.jar
3) Process.jsp is in /root folder
4) .properties files view fine via mysite.com/*properties
5) I can't find "upload.jsp" from jfileupload.com site downloads
Thanks for any help!