>From: luigi <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: [JAVA3D] problems with j3d for Linux
>Date: Mon, 20 Mar 2000 18:59:25 +0100
>
>I have downloaded j3d and installed it, but it doesn't works...
>
>when i try to execute an example i get this error:
>
>Exception in thread "main" java.lang.UnsatisfiedLinkError:
>/opt/jdk1.2.2/jre/lib/i386/libJ3D.so: libGL.so.1: cannot open shared
>object file: No such file or directory
>
>
>Can anybody help me??
yep :)
you have to install Mesa 3.0 or superior,
-if you install Mesa 3.0 in the default directory /usr/lib there is no
problem
- if you install in other directory, add it to your LD_LIBRAY_PATH
- if you install a version superior to 3.0 probably you have to make some
symbolic links because files in Mesa 3.0 are like
libMesaGL.so.3.0 and superior versions call them different ex. libGL.so
so for j3d make libGL.so -> libMesa.so.3
(remember do the samething for GLU libraries)
hope this helps, any question email me .
>
>===========================================================================
>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".
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
===========================================================================
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".