Click to See Complete Forum and Search --> : Applet do not work on Netscape4.03


shuli
January 27th, 1999, 03:23 AM
My applet works on IE4.0, not work on netscape4.03.


"Applet MyApplet cannot start error:java.lang.NoSuchMethodError:java.awt.Point:method ()V not found.


Need your help!


Thank you!!

Shuli
January 27th, 1999, 03:23 AM
My applet works on IE4.0, not work on netscape4.03.


"Applet MyApplet cannot start error:java.lang.NoSuchMethodError:java.awt.Point:method ()V not found.


Need your help!


Thank you!!

David Salter
February 8th, 1999, 08:41 AM
Netscape 4.03 is not properly JDK1.1 compliant (neither is IE4, but its slightly better) - this is the most probable cause. You can get a patch to NN 4.0x, or you could upgrade to 4.5.


Dave.