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