Originally posted by Achu Raj:
When I run my JNI programs in JDK1.3, evrything is working fine.
But in JDK1.2 , when I run my java code (the same JNI programs
which calls the native method) ,I am getting UnsatisfiedLinkError.
The exact lines I am getting is this:-
cpp>java TestIDs
Exception in thread "main" java.lang.UnsatisfiedLinkError: testz
at TestIDs.<clinit>(TestIDs.java:11)
'testz' is the native method.
Please help.
Thanks,
Shyla.
Hi,
Did you get this resolved yet?
I am having problems running both c++ and c code with jdk1.3.1_03!!
I am trying some examples on JNI but an stuck with this problem. Running on Win NT 4.0 with Dev-C++. (Have Cygwin also).
Can somebody help!!
When I run my java class file, I get this exception. What am I doing wrong here?
Exception in thread "main" java.lang.UnsatisfiedLinkError: print
at MyWorld.print(Native Method)
at MyWorld.main(MyWorld.java:12)
Thanks in advance,
Kailas