Is it possible to run Java3D on Solaris using Mesa drivers? I have downloaded 
(www.mesa3d.org) and compiled Mesa 4.0.1 but I Java3D will not work.

When I set the LD_LIBRARY_PATH environment variable to the directory path of the 
compiled Mesa files (libGL.so, libGLU.so, ligGLw.so, libOSMesa.so) I recieve this 
exception trace:


Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: /src/java/solaris/jre1.3.1_02/lib/sparc/libJ3D.so: 
ld.so.1: 
/home5/femlab/work/jdistr/bin/solaris/jre/bin/../bin/sparc/native_threads/java: fatal: 
relocation error: file /src/java/solaris/jre1.3.1_02/lib/sparc/libJ3D.so: symbol 
sunOglCurrentContext: referenced symbol not found
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1419)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1335)
        at java.lang.Runtime.loadLibrary0(Runtime.java:749)
        at java.lang.System.loadLibrary(System.java:820)
        at javax.media.j3d.MasterControl$12.run(MasterControl.java:693)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:690)
        at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:206)
        at javax.media.j3d.Canvas3D.<clinit>(Canvas3D.java:2733)




Without the LD_LIBRARY_PATH I get this exception:

Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: /src/java/solaris/jre1.3.1_02/lib/sparc/libJ3D.so: 
ld.so.1: 
/home5/femlab/work/jdistr/bin/solaris/jre/bin/../bin/sparc/native_threads/java: fatal: 
relocation error: file /src/java/solaris/jre1.3.1_02/lib/sparc/libJ3D.so: symbol 
glClipPlane: referenced symbol not found
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1419)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1335)
        at java.lang.Runtime.loadLibrary0(Runtime.java:749)
        at java.lang.System.loadLibrary(System.java:820)
        at javax.media.j3d.MasterControl$12.run(MasterControl.java:693)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:690)
        at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:206)
        at javax.media.j3d.Canvas3D.<clinit>(Canvas3D.java:2733)



Please help!
Anders

===========================================================================
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