after doing all the setting and building the program..while running the program it shows an error and it doesn't execute
Exception: java.lang.classNotFoundException:
TutorialMIDlet
I am not correctly understanding how a j2m3 midlet can execute without writing main function and we are writing public before a class(midlet) what are steps involved for executing a j2me program?
error in RUNanant mitra May 16, 2012 at 2:56 PM
after doing all the setting and building the program..while running the program it shows an error and it doesn't execute Exception: java.lang.classNotFoundException: TutorialMIDlet
regarding structure of writing a midletK. Sudheer Kumar July 14, 2012 at 11:34 PM
I am not correctly understanding how a j2m3 midlet can execute without writing main function and we are writing public before a class(midlet) what are steps involved for executing a j2me program?
Post your Comment