PersonalJava / JNI / Pocket PC
843849Jun 26 2003 — edited Jul 11 2003Hello !
I'm building a project with Pocket PC devices running under Windows CE 3.0 with StrongARM processors. I decided to write programs in Java, with PersonalJava from Sun Microsystems.
My Pocket PC owns a barcode reader which I could control via ActiveX control if I used VC++ or VB from Microsoft eMbedded Tools.
But I want to develop in Java. So I need JNI to request my dll.
Before writing the full application I test myself on a "Hello World" Application.
But I encounter those troubles :
1) when I run the application on device, a message appears : "cannot find class ..." as if it was compiled with wrong JVM (i use 1.1.8 to keep compatible)
2) Then I obtain an "UnsatisfiedLinkError".
What happend ?
Waiting for an answer from someone, many thanks.
Best regards.