Hello,
i have a problem with examples of Java3D. I have this exception :
D:\Java\Java3D\Astro3D>RUNME.windows.bat
D:\Java\Java3D\Astro3D>cd Astro3D
D:\Java\Java3D\Astro3D\Astro3D>java -classpath
.;..\gargoyle.jar;..\ncsa.jar;D:\jdk1.2.2\jre\lib\ext\vecmath.jar;D:\jdk1.2.
2jre\lib\ext\j3dutils.jar;D:\jdk1.2.2\jre\lib\ext\j3dcore.jar;D:\jdk1.2.2\jr
e\lib\ext\j3daudio.jar;D:\jdk1.2.2jre\lib\ext\iiimp.jar Astro3D
Please wait while Astro3D initializes
loading irc_10216.wrl, file size = 753212 bytes
Exception in thread "main" java.lang.UnsatisfiedLinkError: no J3D in
java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at javax.media.j3d.UniverseManager$1.run(UniverseManager.java:155)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.UniverseManager.<init>(UniverseManager.java:152)
at javax.media.j3d.VirtualUniverse$2.run(VirtualUniverse.java:520)
at java.security.AccessController.doPrivileged(Native Method)
at
javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:516)
at javax.media.j3d.Screen3D.<clinit>(Screen3D.java:39)
at javax.media.j3d.Canvas3D.<clinit>(Canvas3D.java:31)
at Astro3D.LoadVRMLFile(Astro3D.java:90)
at Astro3D.<init>(Astro3D.java:54)
at Astro3D.main(Astro3D.java:44)
I have download the last version : 1.1.2 and i run with the JDK 1.2.2
Can you help me?
Regards,
Guillaume Helle
===========================================================================
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".