Image

I’m having a real hard time figuring out j2me.

I’ve downloaded and installed the J2ME Tool Kit called KToolBar and I’ve purchased a book with some sample code.

I’ve got .class, .java, .jad, and .jar files swarming around and I’m having trouble putting all the pieces together into one complied app.

My test app is the classic “Hello World” and I could just send the .jar to my phone and that works but I’d like to compile and run my own with some modifications..
I have the .class, .java, .jad, .jar for the Hello World where and what files do I need to recreate the .jar file that has been already complied for me.

Thanks.