Posted By:
Anonymous
Posted On:
Friday, April 11, 2003 02:04 AM
We have a Java program that uses JNI to call some C code. It has been tested and works on Windows NT 4.0 server, Windows 2000 Professional, and Windows XP Professional. However, it does not work on Windows NT 4.0 workstation :( We have used the same JRE on all OSes. The JNI related error generated on Windows NT 4.0 workstation is: java.lang.UnsatisfiedLinkError: findtheinfo at pro.ProWnWrapperJNI.findtheinfo(Native Method) findtheinfo is a C function in the pro_ProWnWrapperJNI.dll. Any idea on what could have gone wrong? Thanks.
More>>
We have a Java program that uses JNI to call some C code. It has been tested and works on Windows NT 4.0 server, Windows 2000 Professional, and Windows XP Professional. However, it does not work on Windows NT 4.0 workstation :( We have used the same JRE on all OSes.
The JNI related error generated on Windows NT 4.0 workstation is:
java.lang.UnsatisfiedLinkError: findtheinfo
at pro.ProWnWrapperJNI.findtheinfo(Native Method)
findtheinfo is a C function in the pro_ProWnWrapperJNI.dll.
Any idea on what could have gone wrong? Thanks.
<<Less