Java Errors

Explorer-like frontend add-on to upload/download.
Post Reply
iang
Posts: 2
Joined: Sun Feb 07, 2010 3:13 am

Java Errors

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

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

Re: Java Errors

Post 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

iang
Posts: 2
Joined: Sun Feb 07, 2010 3:13 am

Re: Java Errors

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

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

Re: Java Errors

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

Post Reply