Error in Firefox

Explorer-like frontend add-on to upload/download.
Post Reply
sorr
Posts: 14
Joined: Thu Jul 29, 2010 2:59 pm

Error in Firefox

Post 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

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

Re: Error in Firefox

Post 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

sorr
Posts: 14
Joined: Thu Jul 29, 2010 2:59 pm

Re: Error in Firefox

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

sorr
Posts: 14
Joined: Thu Jul 29, 2010 2:59 pm

Re: Error in Firefox

Post by sorr »

Would it make a difference if I said I already purchased your product?

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

Re: Error in Firefox

Post by support »

Yes, please send it. I guess to you have a slight problem in JavaScript.

sorr
Posts: 14
Joined: Thu Jul 29, 2010 2:59 pm

Re: Error in Firefox

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

Post Reply