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

Java 3d installation problem

2000-01-10 Thread Jacob Nikom
Hi, I run RedHat 6.0, libc-2.1.1 and Blackdown jdk1.2pre-v2-debug.tar.bz2. I installed Java3D package from ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/java3d/1.1.1/i386/ Everything went smoothly, even the installation of the MesaGL library. I was able to run a lot of MesaGL d