Marcel Schmittfull <[EMAIL PROTECTED]> writes: >> The same here - J3D doesn't works with Java 1.5.0 BETA > > Ok, thanks :) > Do you know when there will be support of Java 1.5.0 BETA ?
That's no J3D bug, it's a bug in J2SE 1.5.0-beta for Linux. I've sent Sun a fix for the problem (which affects all code using the JAWT interface, not just J3D), it has been integrated for the next 1.5 release. In the meantime you can work around the problem by putting j2sdk1.5.0/jre/lib/i386/xawt on the LD_LIBRARY_PATH. >>> I've just installed Java3D for linux. Unfortunately "java > HelloUniverse" >>> in the demo directory doesn't work, the error is >>> >>> java.lang.UnsatisfiedLinkError: >>> /root/temp/j2sdk1.5.0/jre/lib/i386/libJ3D.so: libmawt.so: cannot >>> open shared object file: No such file or directory at >>> java.lang.ClassLoader$NativeLibrary.load(Native Method) at >>> java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1737) at >>> java.lang.ClassLoader.loadLibrary(ClassLoader.java:1654) at >>> java.lang.Runtime.loadLibrary0(Runtime.java:817) at >>> java.lang.System.loadLibrary(System.java:986) at > javax.media.j3d.MasterControl$22.run(MasterControl.java:894) >>> at java.security.AccessController.doPrivileged(Native Method) at >>> javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:891) >>> at >>> javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:229) >>> at HelloUniverse.init(HelloUniverse.java:94) at >>> com.sun.j3d.utils.applet.MainFrame.run(MainFrame.java:262) at >>> java.lang.Thread.run(Thread.java:566) -- Juergen Kreileder, Blackdown Java-Linux Team http://www.blackdown.org/java-linux/java2-status/ =========================================================================== 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".
