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
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
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