Dear friends,
I have two MIDlet i want to invoke one MIDlet from another MIDlet based on user input. Is J2ME support this feature or not? please explain in detail.
Ex:
MIDlet1.java
MIDlet2.java
i want to access MIDlet2 from MIDlet1 as,
MIDlet1 obj = new MIDlet2();
obj.startApp();
i tried this but i didn't get any compilation error but it won't execute at run time.
please explain me if any one faced and resolve similar error.
Regards,
guna.

Reply With Quote


