CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    33

    Applet do not work on Netscape4.03



    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!!



  2. #2
    Join Date
    Feb 1999
    Posts
    4

    Re: Applet do not work on Netscape4.03



    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured