Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Personal Java/Jeode/J2ME Personal Profile => Topic started by: samxiao on July 29, 2005, 11:14:24 am
Title: Running J2me Apps On C1000?
Post by: samxiao on July 29, 2005, 11:14:24 am
i have a .jar/.jad j2me apps it runs on symbian phone but i install [java_slc3000_arm.ipk] and i run :
# cvm -jar test.jad java.lang.NullPointerException at sun.misc.CVM.parseCommandLineOptions([Ljava/lang/String;Ljava/lang/String;Z)I(Compiled Method)(Unknown Source) Cannot start VM (exception during sun.misc.CVM.parseCommandLineOptions()) Could not create JVM. it doesn't work so i try:
# cvm -jar test.jad java.lang.NullPointerException     at sun.misc.CVM.parseCommandLineOptions([Ljava/lang/String;Ljava/lang/String;Z)I(Compiled Method)(Unknown Source) Cannot start VM (exception during sun.misc.CVM.parseCommandLineOptions()) Could not create JVM. it doesn't work so i try:
what are the way to run those j2me .jad/.jar application?
please help [div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=90039\")
Have a look at : [a href=\"https://www.oesf.org/forums/index.php?showtopic=4495&hl=j2me]https://www.oesf.org/forums/index.php?showtopic=4495&hl=j2me[/url]
You will see a script which calls the different java vm implementations for the slc series (Jeode, J2ME, IBM WEME J9). I tested all of them on my C1000. perhaps this will help you Kurt
Title: Running J2me Apps On C1000?
Post by: samxiao on August 02, 2005, 04:25:44 pm
cvm IDocEmailProxy_S7100 -jar IDocEmailProxy_S7100.jar or try IDocEmailProxy as the class name
Stu [div align=\"right\"][a href=\"index.php?act=findpost&pid=90596\"][{POST_SNAPBACK}][/a][/div]
try it doesn't work
i have both .jad/.jar but it doesn't work
Title: Running J2me Apps On C1000?
Post by: Stubear on August 03, 2005, 08:53:15 pm
Do you know the name of the main class?
Use jar to have a look inside the jar file to find out.
Also of the jar uses classes or calls that aren't in cvm version (1.1??) then it won't work either. I have a jar file that needs java 1.4 but it won't work on the zaurus.
Stu
Title: Running J2me Apps On C1000?
Post by: tovarish on August 04, 2005, 01:43:15 am
jar/jad files dont work as they need an implementation of javax.microedition. Try looking for apps like Quacknews or Tipicme for the zaurus. they are java apps and run fine with the personal profile. The mobile apps/games dont work in the zaurus.
tovarish
Title: Running J2me Apps On C1000?
Post by: samxiao on August 04, 2005, 09:51:07 am
Quote
jar/jad files dont work as they need an implementation of javax.microedition. Try looking for apps like Quacknews or Tipicme for the zaurus. they are java apps and run fine with the personal profile. The mobile apps/games dont work in the zaurus.