> > 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)
> >
On Mon, 10 Dec 2001, Dardo D Kleiner wrote:
> > Maybe "ln -s libawt.so libjawt.so" will work around that.
>
> I have confirmed this to work (at least with the GearBox demo), so this is
> good news for those of us who really like IBM's JVM over Sun's...
Ah, good news. I'll add to the FAQ tonight.
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 J
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:
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.ClassLoad