• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error : Deploy .jar into Compaq IPAQ

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

I have no idea what to do.

Thanks
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 :-(

Cheers
Ed
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic