> MIME-Version: 1.0
> Date: Tue, 27 Mar 2001 10:11:54 +0100
> From: James Magee <[EMAIL PROTECTED]>
> Subject: Re: [JAVA3D] Original Posts
> To: [EMAIL PROTECTED]
>
> Juergen, I am just getting started at Java3d and I haven't even got the
> examples running yet, perhaps you could give me a helping hand to get me
> started, I am trying to run a very simple Java3d example program but I get
> the following error, java.lang.UnsatisfiedLinkError: no J3Din
> java.library.path. I looked up this error and it is something to do with
> native methods, so maybe it is something to do with the OpenGL library. I am
> running on Windows 2000, does this make a difference. Thanks for any help
> you may be able to give, Jimmy.
The Java in your PATH doesn't have Java 3D installed. Change your
PATH so you are using the JVM where you installed Java 3D. Like
this:
set PATH=c:\jdk1.3.0_02\jre\bin;%PATH%
-Paul
===========================================================================
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".