Page 1 of 1

Error in Firefox

Posted: Thu Jul 29, 2010 3:01 pm
by sorr
I am using explorer and it is working as expected in IE. However accessing the same page in firefox gives the following error:

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 sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.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.big-d.com/bigscreen/bids/39/ ... lass.class
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 9 more
Exception: java.lang.ClassNotFoundException: jfileupload.upload.client.MApplet.class

Re: Error in Firefox

Posted: Thu Jul 29, 2010 8:15 pm
by support
Which JRE version are you using?
Could you make the same test with our online demo?
http://www.jfileupload.com/products/dem ... _http.html

Re: Error in Firefox

Posted: Thu Jul 29, 2010 9:44 pm
by sorr
works on your demo site. Can I email you a link to my site so you can have a look at my implementation?

Re: Error in Firefox

Posted: Fri Jul 30, 2010 9:30 pm
by sorr
Would it make a difference if I said I already purchased your product?

Re: Error in Firefox

Posted: Mon Aug 02, 2010 6:25 am
by support
Yes, please send it. I guess to you have a slight problem in JavaScript.

Re: Error in Firefox

Posted: Wed Aug 04, 2010 6:32 pm
by sorr
This issue is resolved. In the applet_http_explorer.js file must have java_codebase changed in the Netscape 3 and 4.x section for Firefox to work for my site. I had only changed the codebase value under the IE, Firefox, Safari, Opera, Mozilla, section.