dashtebash
dashtebash

Reputation: 53

Compiling J2ME from command prompt

I'm trying to compile the J2ME java files from command line from 2 week ago !at now I can compile project successfully and also create JAR and JAD files . The files that I compile work equivocal, this means if I use basic class the same as TextField or Form or others this work successfully but if I use RecordStores OR more important if use Resource(s) AND Library(s) the result is not good and program can not work.

Upvotes: 2

Views: 4750

Answers (1)

JaanusSiim
JaanusSiim

Reputation: 2192

I do not know what 'compiling from command prompt' means, but You should really take a look at Ant and it's extension Antenna for J2ME apps building.

Antenna should be really easy one for starting the development and just for compiling/creating distribution package. And it makes including thirdparty jars just a breeze :)

Besides using some IDE plugins I'm sure you will not get a better answer then this.

/Jaanus

Upvotes: 3

Related Questions