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!

CrEme and "Cannot find class"

843849Apr 2 2003 — edited Aug 28 2003
Hi there,

I am very interested in programming Java progs on mobile devices, such as PocketPC. And therefore I have found CrEme (NSICom) Ver 4.00b or 3.21 (all Evaluation) , which works well vor PPC 2002.

But now, I have serious problems... ONLY the classes shipped with CrEme work. My own apps (even a simple halloworld.class) do not work.

The error: [Failed to Load ...]** Can't find class ...

What is going wrong? This happens even with "official" jdk-sample-classes

I compile my app like this:

javac helloworld.java
or
javac -target 1.1 helloworld.java

My link, to run the prog:
48#"\windows\CrEme\bin\CrEme.exe" -Of -wd \windows\creme\demos\ helloworld
(I tried really lots of things in the link!)

If anyone has a helloworld.class, can he give it to me?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 25 2003
Added on Apr 2 2003
6 comments
343 views