im trying to develop Java and test it with the J9 JVM. i must be misunderstanding something cause i cant get this thing to work at all.
I do "j9 HelloWorld" it says "Fatal Error: Unable to find and initialize required class java/lang/Object
OK so maybe i have to specify the path to it
D:\\Java\HelloWorld\bin>j9 -Djava.library.path="C:\Program Files\j9\lib\classes.zip" HelloWorld
Fatal error: Unable to find and initialize required class java/lang/Object
am i supposed to unzip the classes.zip or something? but i dont think so...
i just wanna be able to do "j9 <class file>" and thats that. why is this so complicated...
by the way i just started using Eclipse IDE. how do i compile my progs so they will be compatible with PPC running Win Mobile 2003? dont i have to do CDC configuration? how do i do that?
THANKS SO MUCH FOR ANY HELP!!