Programming Tutorials

Comment on Tutorial - java.lang.SecurityException: MIDP lifecycle does not support system exit. By Henry



Comment Added by : nicolas

Comment Added at : 2011-11-12 21:35:58

Comment on Tutorial : java.lang.SecurityException: MIDP lifecycle does not support system exit. By Henry
In my Midlet class there is a constructor which instantiate an inner class. from the midlet a move to another java class, passing the midlet as parameter so as t be able to show what is in the java class like Display.getDisplay(midlet).setCurrent(form);

but now, from this java class, i want to switch the display to come back to the midlet, but it is actually causing errors
java.lang.SecurityException:

what should i do
Please hepl me
regards


View Tutorial