[4539] in java-interest
Re: Animator
daemon@ATHENA.MIT.EDU (Mete Senocak)
Fri Jan 5 14:00:18 1996
Date: Fri, 05 Jan 1996 09:34:12 -0800
From: Mete Senocak <msenocak@arachnid.microweb.com>
To: Erik Knudson <honda346@netcom.com>
Cc: java-interest@java.sun.com
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.
> -
> This message was sent to the java-interest mailing list
> Info: send 'help' to java-interest-request@java.sun.com
This happened to me as I defined a variable inside a method and tried to
assign its value to a global variable (with the scope of the class).
As I moved the local variable definition to class level, the problem
disappeared.
Let me know if this will help you too.
Good luck,
- Mete
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com