RE: Native calls - jclDevice John Ormerod 24.Feb.09 11:30 AM Lotus Notes Client for Devices 6.1.1Windows Mobile, Windows XP
Hristo
I don't have much experience using JNI, but here goes. We have a plugin that makes JNI calls to a twain dll for managing a scanner. I have one workspace which suddenly started giving UnsatisfiedLlink errors when testing on the call to load the twain librart. With some help from Google, I resolved it by adding the following parameter to the jvm args:
-Djava.library.path=<directory location of native library>
That solved the problem. I wonder if you need to do the same on the device?