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