[4552] in java-interest
Re: Animator
daemon@ATHENA.MIT.EDU (James Waldrop)
Fri Jan 5 17:40:55 1996
To: Mete Senocak <msenocak@arachnid.microweb.com>
cc: Erik Knudson <honda346@netcom.com>, java-interest@java.sun.com
In-reply-to: Your message of "Fri, 05 Jan 1996 09:34:12 PST."
<30ED6114.16A5@mail.microweb.com>
Date: Fri, 05 Jan 1996 11:35:29 -0800
From: James Waldrop <sulam@construct.net>
>Erik Knudson wrote:
>> Sorry about the flood of "Animator waits for mouse..." messages. Don't
>> know what happend there...
>>
>> Another Animator question: Netscape reports the following error in the
>> status line for an animation I have:
>> "Applet can't start: class Animator got a security violation: method
>> verification"
>> Can't see anymore info, hits end of status bar. This same applet used
>> to work until I moved some classes around and started using codebase and
>> relative URL's for the images to load from. This is a Netscape reported
>> error right? Regards, Erik.
I had this same problem and fixed it by moving ParseExecption out of
Animator and into its own class file. Running Animator in Appletviewer
revealed that it was trying to load ParseException, even though it was
in the original Animator source file... I'm not sure why it cared, but
since I was under deadline pressure I didn't ask any questions once I
got it working... ;)
James
--
James Waldrop / Technical Director
sulam@construct.net / Construct Internet Design
sulam@well.com / http://www.construct.net
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com