At 09:36 AM 11/2/99 -0500, Don Casteel wrote:

>I've been trying to implement the KeyNavigatorBehavior for the first time,
>and am going from the Java3D tutorial.
...
>Exception occurred during event dispatching:
>java.lang.UnsatisfiedLinkError: subclass

Look up the exception you got (UnsatisfiedLinkError) in the Javadocs.
It says: "Thrown if the Java Virtual Machine cannot find an appropriate
native-language definition of a method declared native. "

I.e. if you're on windows, some DLL can't be found, some .so on Unix.  I
got this in the bad old days when j3d installed by default in the wrong
place and it couldn't find the DLLs to run it.   What you need to do is
debug-by-print-statements until you figure out exactly where it's failing
to find the code. -Tim

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to