Hi i am new to J2ME can anybody please tell me that how do i call a midlet from another midlet within the same package. I am using netbeans and donot know how to do it. Please provide the code , currently i am trying to call it like this but it dont works
NewClass object = new NewClass();
object.startApp();
Thanks
Kumar

Reply With Quote




