Skip to Main Content

Embedded Technologies

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PersonalJava / JNI / Pocket PC

843849Jun 26 2003 — edited Jul 11 2003
Hello !

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2003
Added on Jun 26 2003
2 comments
125 views