Starting local JADs/JARs with MIDP.EXE

A

Andreas Koch

Hi,

could someone enlighten me on the syntax to use to load .jar-midlets
stored on the local drive using MIDP.EXE (MIDP2.0fcs) ?

bin\midp classpath classes example.pushpuzzle.PushPuzzle
works,

unfortunately,

bin\midp classpath classes ..\example\pushpuzzle.jar

and (various similar combinations, including copying
the jars to the example dir) only produce

java.lang.ClassNotFoundException


thanks a lot,
 
D

Darryl L. Pierce

Andreas said:
could someone enlighten me on the syntax to use to load .jar-midlets
stored on the local drive using MIDP.EXE (MIDP2.0fcs) ?

bin\midp classpath classes example.pushpuzzle.PushPuzzle
works,

unfortunately,

bin\midp classpath classes ..\example\pushpuzzle.jar

What does the above mean? Can you give an actual example of your command
line? If it's the above, where are the dashes (-) in front of classpath?
and (various similar combinations, including copying
the jars to the example dir) only produce

java.lang.ClassNotFoundException

midp -classpath [all JARs you use, including your MIDlet suite]
-Xdescriptor:[your JAD file]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top