So I just extract the relevant part of my html. ***HTML**
<html> <head> <script src="jquery.js" type="text/javascript" ></script> </head> <body> <APPLET name="TestApplet" id="TestApplet" code="TestApplet.class" codebase="." width="0" height="0"> </APPLET> </body> </html> **Applet** import java.applet.Applet; public class TestApplet extends Applet { public TestApplet() { } } Line: 663 Character: 3 Error: java.lang.NoSuchFieldException: jQuery1213035771471 Code: 0 FF has no problem... but IE 6 and 7 throws the error above. Does jQuery checks somewhere the java version if the html contains a applet tag? regards cyrill On Jun 9, 2:39 pm, Cyrill <[EMAIL PROTECTED]> wrote: > Hi, > > As soon as a I update my jre to 1.6.1_10-beta my html page, which > includes also a java applet, throws a javascript exception. > > Error: java.long.NoSuchFieldException: jQuery1213007149903 > > This occurs only in ie but not in firefox (firebug console). Is it > possible that the postfix "-beta" makes some trouble. > > thx and regards > > cyrill