Firefox 3.6 Java Error

Upload core product.
Post Reply
vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

Firefox 3.6 Java Error

Post by vlad »

Hi,

Please help:

Code: Select all

Exception: java.lang.NoClassDefFoundError: jfileupload/upload/client/MApplet
Ignored exception: java.lang.NoClassDefFoundError: jfileupload/upload/client/MApplet
Thank you!

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

Re: Firefox 3.6 Java Error

Post by support »

It's under firefox 3.6 only ? Another user reported an issue with FF 3.6 with JavaScript calls (regression known on FireFox bug tracking database).

Are you testing online or locally (by opening the applet from c:/) ? Try online.

vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

Re: Firefox 3.6 Java Error

Post by vlad »

Yes, error appears only after updating to Firefox version 3.6.
The website is online. My installation uses JavaScript calls as well.

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

Re: Firefox 3.6 Java Error

Post by support »

The other customer reported that some JavaScript functions needed to be called twice to work.

vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

Re: Firefox 3.6 Java Error

Post by vlad »

This is not very helpful. I have no JavaScript functions to call twice, the applet is looking for a file named "jfileupload/upload/client/MApplet.class", which obviously doesn't exist on the server.

vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

Re: Firefox 3.6 Java Error

Post by vlad »

It is the same error message I was receiving here: viewtopic.php?f=2&t=378, only that this time I have no workaround for it. There must be something wrong withing the JSAPI addon as without it seems to work fine.

vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

Re: Firefox 3.6 Java Error

Post by vlad »

I've updated the Java installation from "1.6.0_17" to "1.6.0_18" and this somehow fixed the problem.

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

Re: Firefox 3.6 Java Error

Post by support »

Great ! I also have 1.6.0_18.

Post Reply