Re: [JAVA3D] Java 3D and IBM SDK

2001-12-10 Thread Peter Cameron
> > 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) > >

Re: [JAVA3D] Java 3D and IBM SDK

2001-12-10 Thread Justin Couch
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.

Re: [JAVA3D] Java 3D and IBM SDK

2001-12-10 Thread Juergen Kreileder
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

[JAVA3D] Java 3D and IBM SDK

2001-12-08 Thread Peter Cameron
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