Page 1 of 1

Java Errors

Posted: Sun Feb 07, 2010 3:21 am
by iang
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!

Re: Java Errors

Posted: Mon Feb 08, 2010 7:24 am
by support
Could you provide a testing URL to support(at)jfileupload(dot)com ?
Which JRE version are you using ?

And does the online version work for you:
http://www.jfileupload.com/products/dem ... lorer.html

Re: Java Errors

Posted: Mon Feb 08, 2010 4:49 pm
by iang
Hi,

I'm using JRE 1.6.0_17. Yep, the demo works great.
Sending email now to where you can test.

Thank you very much!

Re: Java Errors

Posted: Mon Feb 08, 2010 6:28 pm
by support
You cannot access JAR file in browser, try:
http://www.mysite.com/lib/jfileupload.jar

It displays an HTML page that's why it fails.