I'm having problems running java3d on redhat linux 6.0.  
I've downloaded and installed the jdk1.2.2 from blackdown and the
demo applets seem to be running as they were intended.  I've also
downloaded and installed the java3d1_1_1pre-v1-linux-sdk and installed it
as directed, and the Mesa-3.1beta3-1.i386 as the other required file (also
tried the 3.0 version).  When I try to run the HelloUniverse demo that
comes with the distribution it spits out the following: 

java.lang.UnsatisfiedLinkError: /jdk1.2/jre/lib/i386/libJ3D.so:
libMesaGL.so.3: cannot open shared object file: No such file or directory
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Compiled Code)
        at java.lang.ClassLoader.loadLibrary(Compiled Code)
        at java.lang.Runtime.loadLibrary0(Compiled Code)
        at java.lang.System.loadLibrary(Compiled Code)
        at javax.media.j3d.UniverseManager$1.run(Compiled Code)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.media.j3d.UniverseManager.<init>(Compiled Code)
        at javax.media.j3d.VirtualUniverse$2.run(Compiled Code)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:464)
        at HelloUniverse.<init>(Compiled Code)
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Compiled Code)
        at sun.applet.AppletPanel.createApplet(Compiled Code)
        at sun.applet.AppletPanel.runLoader(Compiled Code)
        at sun.applet.AppletPanel.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)

I've check to ensure that both /jdk1.2/jre/lib/i386/libJ3D.so and
libMesaGL.so.3 are correctly installed, and even reinstalled them.  I
suspected the libMesaGL.so.3 is causing the problem so I downloaded and
installed a binary rpm mean specifically for red hat 6.0 but to no avail.
What can I try next?  


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to