CrEme and "Cannot find class"
843849Apr 2 2003 — edited Aug 28 2003Hi 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?