This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I�ve tried to deploy a jar into mi compaq ipaq with creme 4.00 but i have problems when i try to run the .jar file. I copied the .jar, .jad, and .class files using ActiveSync, when i "click" the .jar file a window appears "Loading creme, please wait..." but my application never runs.
The jsvpout file says:
NSIcom Ltd., CrEme(tm) Evaluation Version CrE-ME J2ME(tm) CrE-ME V4.00 B010.040628 28-June-2004 MemoryLimit=8436Kb EBCI(TM) Interpreter V1.00, Copyright 1998-2002 by Bytecodes, Inc. No Main Class specified in jar file /My Documents/Tiny.jar
NSIcom CrEme is a JVM fully compatible with pJava (personal java), but not with MIDP. Therefore it tries to start the jar file looking for the main class (like in J2SE). You have to install a KVM (JVM for MIDP apps) in your iPAQ... ... unfortunately I do not know about KVM for iPAQ :-(