Code: Select all
Exception in thread "main" java.lang.UnsatisfiedLinkError: jnitest.MBDllWrapper.GetLastError()I
at jnitest.MBDllWrapper.GetLastError(Native Method)
at jnitest.JNITest.main(JNITest.java:21)
I am running Windows 10 64 bit, tried both 32 and 64 java environments, but it still does not work. Do you have any idea why this happens?