Peter Cameron <[EMAIL PROTECTED]> writes:

> I presume that the latest Java 3D from Blackdown does not work with
> IBM's JVM.  I get the following exception and no 3D output:

IMO this is IBM's fault.  Instead of providing a real libjawt.so
library, like Blackdown and Sun, they've integrated the JAWT functions
into libawt.so.  (I think this breaks some parts of JMF too.)

> java.lang.UnsatisfiedLinkError: /opt/IBMJava2-13/jre/bin/libJ3D.so:
> libjawt.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:1470)
>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1346)

Maybe "ln -s libawt.so libjawt.so" will work around that.

> The IBM SDK has no libjawt.so. I even downloaded the latest SDK in
> case SuSE had omitted the library, but I get the same behaviour.
>
> It's a shame since the IBM VM is much nicer than Sun's. My Swing GUI
> screens acquire strange layouts at random with Sun.

Does that happen with the Blackdown version as well?


        Juergen

--
Juergen Kreileder, Blackdown Java-Linux Team
http://www.blackdown.org/java-linux.html
Run Java 2 SE v1.3.1 on your iPAQ:
http://www.handhelds.org/pipermail/ipaq/2001-June/007221.html

===========================================================================
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".

Reply via email to