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!!
Printable View
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!!
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.