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

    NoClassDefError, VerifyError in browsers



    Hello,


    I've written an applet that consists of scrolling text. A frame is suppose to

    pop-up when a user click the applet. I used 1.1 event delegation to do this.

    It ran fine in applet viewer, but Netscape Communicator 4.05 threw a

    NoClassDefError and IE 4 threw a VerifyError errors. Does this have something to do

    do with security violations. But i don't see anything complex in my codes. Just

    paint() method override in the applet class and some standard AWT widgets in the

    Frame class. What did i miss, or overdid?


    Any insights and suggestions/explanations are very much appreciated.


    Thank you in advance.


    .Shahril.

  2. #2
    Join Date
    Apr 1999
    Location
    Ireland
    Posts
    8

    james



    james

  3. #3
    Join Date
    Mar 1999
    Posts
    2

    Re: james



    hi james,


    i got your response, but i don't seem to get any message, just your name.


    did i miss anything?


    .shahril.

  4. #4
    Join Date
    May 1999
    Posts
    12

    Re: NoClassDefError, VerifyError in browsers

    I have the same problem when I want to access an application through an applet.
    If you fixed it, please let me know.


  5. #5
    Join Date
    May 1999
    Posts
    9

    Re: NoClassDefError, VerifyError in browsers

    U can't access any application from U'r applet unless they are trusted. This is a basic security feature provided by Sun.


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