Hi all, Following up on a earlier discussion, which resulted in an j3d.org faq update: http://www.j3d.org/faq/running.html#ibm-linux
where the solution to: ---- UnsatisfiedLinkError: /opt/IBMJava2-13/jre/bin/libJ3D.so: libjawt.so: cannot open shared object file: No such file or directory ---- is by creating a symbolic link: ---- ln -s libawt.so libjawt.so ---- I get the same thing, but when I put the symbolic link, I get the following error: ---- java.lang.NoSuchMethodError: sun.awt.X11GraphicsConfig: method getVisual()I not found at javax.media.j3d.NativeConfigTemplate3D.getBestConfiguration(NativeConfigTemplate3D.java:129) at javax.media.j3d.Renderer.doWork(Renderer.java:410) at javax.media.j3d.J3dThread.run(J3dThread.java:250) ---- I have the latest J3D (version 1.3) from Blackdown.org and latest IBM JDK (version 1.3.1, Intel Compat.) so it can't be a "old version" problem. There must be someone out there doing something similar. Any help will be greatly appreciated! Thanks, Mobbi. =========================================================================== 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".
