|
-
March 19th, 1999, 02:09 AM
#1
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.
-
March 25th, 1999, 11:11 AM
#2
-
March 27th, 1999, 02:39 PM
#3
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.
-
April 17th, 1999, 11:52 PM
#4
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.
-
April 27th, 1999, 09:12 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|