Hi all,
I just upgraded from J3D 1.1.1 to 1.1.2. on a Sun Sparc running
Solaris 7. I kept my working J3D 1.1.1 environment setup:
export J3D=/localapp/Java3D
export
CLASSPATH=$J3D/jre/lib/ext/vecmath.jar:$J3D/jre/lib/ext/j3dcore.jar:$J3D/jre/lib/ext/j3daudio.jar:$J3D/jre/lib/ext/j3dutils.jar:$CLASSPATH
export LD_LIBRARY_PATH=$J3D/jre/lib/sparc:$LD_LIBRARY_PATH
Using this, I get:
% cd $J3D/demo/java3D/HelloUniverse
% which java
/localapp/jdk/usr/java1.2/bin/java
% java HelloUniverse
Exception in thread "main" java.lang.UnsatisfiedLinkError: no J3D in java.library.path
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Error.<init>(Error.java:50)
at java.lang.LinkageError.<init>(LinkageError.java:43)
at java.lang.UnsatisfiedLinkError.<init>(UnsatisfiedLinkError.java:42)
at java.lang.ClassLoader.loadLibrary(Compiled Code)
at java.lang.Runtime.loadLibrary0(Runtime.java:470)
at java.lang.System.loadLibrary(System.java:745)
at javax.media.j3d.UniverseManager$1.run(UniverseManager.java:155)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessController.doPrivileged(Compiled Code)
at javax.media.j3d.UniverseManager.<init>(Compiled Code)
at javax.media.j3d.VirtualUniverse$2.run(VirtualUniverse.java:520)
at java.security.AccessController.doPrivileged(Native Method)
at <Unloaded Method>
at HelloUniverse.<init>(HelloUniverse.java:85)
at HelloUniverse.main(HelloUniverse.java:106)
Any ideas of what I am missing are greatly appreciated.
Roland
--
My email is faster than yours.
===========================================================================
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".