Re: Java Unsatisfied link error

1999-04-27 Thread VISHAL BHASIN
On Wed, 28 Apr 1999, James Seigel wrote: > Yes. It means they are still working on making it robust for every > distribution. This problem is mentioned in the documentation that comes with > the JDK. What works for me sometimes..is to "ln -s > /usr/lib/libstdc++ > //usr/local/jdk1.2/jre/lib/i3

Re: Java Unsatisfied link error

1999-04-27 Thread James Seigel
Yes. It means they are still working on making it robust for every distribution. This problem is mentioned in the documentation that comes with the JDK. What works for me sometimes..is to "ln -s /usr/lib/libstdc++ //usr/local/jdk1.2/jre/lib/i386/libstdc++-libc6.0-1.so.2 Cheers J Al wrote: > I

Java Unsatisfied link error

1999-04-27 Thread Al
I am using Red Hat 5.2 and JDK 1.2 Version . I am getting the following exception when I try to run my application. I know the Application is ok because it works fineon NT. Does anybody know what this exception means. Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/bin/jd