Click to See Complete Forum and Search --> : NoClassDefError, VerifyError in browsers


Shahril Daud
March 19th, 1999, 01:09 AM
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.

James
March 25th, 1999, 10:11 AM
james

Shahril Daud
March 27th, 1999, 01:39 PM
hi james,


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


did i miss anything?


.shahril.

Mehdi
April 17th, 1999, 11:52 PM
I have the same problem when I want to access an application through an applet.
If you fixed it, please let me know.

Shveta Mehtani
April 27th, 1999, 09:12 AM
U can't access any application from U'r applet unless they are trusted. This is a basic security feature provided by Sun.