Re: problems with JNI

1999-12-21 Thread Anthony G. Starovojtov
Pierre HÊroux wrote: > I use RedHat 6.1 and JDK1.2.2 RC1 > I have 2 kind of problemes with the JNI. > > First I get an exception with the following code. > Exception in thread "main" java.lang.UnsatisfiedLinkError: Hello > at Native.main(Native.java:14) I had the same error on my RedHat

problems with JNI

1999-12-21 Thread Pierre Héroux
I use RedHat 6.1 and JDK1.2.2 RC1 I have 2 kind of problemes with the JNI. First I get an exception with the following code. Exception in thread "main" java.lang.UnsatisfiedLinkError: Hello at Native.main(Native.java:14) // Here is Native.java public class Native { static { Syste

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