Problems with Firefox since JRE 6 Update 1
Hello,
erverything worked properly with my applet until I updated my JRE to 1.6.0_01!
With IE I have no problems but with Firefox my applet doesn't work!
When I try to run a method over javascript (for example document.myapplet.methodname() ), Firefox returns me this error:
uncaught exception: internal error: Can't get Java class name usingjava.lang.Class.getName()
If I deinstall JRE 1.6.0_01 and return to JRE 1.5_0_11 everything works perfectly!
Is this a known bug?

