Re: Java 3d installation problem

2000-01-11 Thread Jacob Nikom
Hi Jeff, Thank you very much for your answer. I followed your suggestion and it worked. The only thing I have to add was the change to the LD_LIBRARY_PATH variable, which Java (or its different packages) used to get to the shared library. Regards, Jacob Nikom Jeff Galyan wrote: > > Jacob, >

Re: Java 3d installation problem

2000-01-10 Thread Jeff Galyan
Jacob, Just make a symlink to libGL.so as libMesaGL.so.3 - in Mesa3D 3.x, the default for the build is to name the libraries libGL.so etc., for easier swappability with "real" OpenGL implementations. Earlier versions of Mesa3D used the name libMesaGL.so for the libGL.so library. The sumlink can