I want to launch the main application MIDlet from a launcher MIDlet to ùake a spash screen, but I get a security exception:
____________________________
java.lang.SecurityException
- com.symbian.midp.runtime.MIDletExecutor.midletConstructorHook(), bci=35
- javax.microedition.midlet.MIDlet.<init>(), bci=11
- moboffline.nokia.Mobitec.<init>(), bci=1
- moboffline.nokia.MobStarter.startApp(), bci=17
- javax.microedition.midlet.MIDletInvoker.invokeStartApp(), bci=1
- com.symbian.midp.runtime.MIDletScheduler.startMIDlet(), bci=26
- com.symbian.midp.runtime.MIDletScheduler.run(), bci=14
_____________________________
I thought that a MIDlet suite was free to share resources ...
But apparently Threaded resources are not included ?!

Reply With Quote


