Re: Unsatisfied Link Error

1999-05-21 Thread olsson
-Ursprüngliche Nachricht- Von: Nolte, Holger <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Datum: Freitag, 21. Mai 1999 16:19 Betreff: Unsatisfied Link Error I was told to ln -s libstdc++.so.2.8 libstdc++-libc6.0-1.s0.2. Let us know whether this works with

Unsatisfied Link Error

1999-05-21 Thread Nolte, Holger
Hi I believe that I am not the first with the following question but I mist the discussion. I tried to run java1.2 on a SUSE 6.1 linux system and when I try one of the demos I got following error mesage: java.lang.UnsatisfiedLinkError:/usr/local/bin/jdk1.2/jre/lib/i386/libfontman ager.so: libstdc

problems with JNI: unsatisfied link error can't find fstat

1999-04-30 Thread Crispin Miller
Hello, I'm having problems with linking libraries in a JNI method in java 1.2... My machine is a RedHat 5.2 box with kernel 2.2.3. I have succesfully got jdk1.2 installed and run some of the Demos... The JNI code works fine under jdk117, but dies under 1.2 with: UnsatisfiedLinkError: /home/cris

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