Hi,
I tried now to get j3d1.1.1 to work and get the following error:
Exception in thread
"main" java.lang.UnsatisfiedLinkError: /usrs3/jdk1.2.2/jre/lib/i386/libJ3
D.so: /usrs3/jdk1.2.2/jre/lib/i386/libJ3D.so: undefined
symbol: glTexImage3DEXT
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java, Compiled
Code)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java, Compiled
Code)
at java.lang.Runtime.loadLibrary0(Runtime.java, Compiled Code)
at java.lang.System.loadLibrary(System.java, Compiled Code)
at javax.media.j3d.UniverseManager$1.run(UniverseManager.java,
Compiled Code)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.UniverseManager.<init>(UniverseManager.java,
Compiled Code)
at javax.media.j3d.VirtualUniverse$2.run(VirtualUniverse.java,
Compiled Code)
at java.security.AccessController.doPrivileged(Native Method)
at
javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:464)
at HelloUniverse.<init>(HelloUniverse.java, Compiled Code)
at HelloUniverse.main(HelloUniverse.java, Compiled Code)
I got the before with j3d 1.1.3 but then I had the following workaround:
If you get an error message about a missing symbol (glTexImage3D),
then please try again after:
mv $installdir/jdk1.2.2/jre/lib/i386/libJ3D.so
$installdir/jdk1.2.2/jre/lib/i386/libJ3D.so.TEXTURE_3D
mv $installdir/jdk1.2.2/jre/lib/i386/libJ3D.so.no_TEXTURE_3D
$installdir/jdk1.2.2/jre/lib/i386/libJ3D.so
which isn't working now, because I do not have the TEXTURE files in j3d
1.1.1
Any idea?
Thanks Desiree
===========================================================================
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".