[Eclipseme-users] Controlling which midlet to run in a Midlet Suite
Brought to you by:
setera
From: Jimisola L. <jim...@ji...> - 2008-08-21 09:53:19
|
Hi! Using Eclipse 3.4 with EclipseME 1.8.0 and SonyEricsson J2ME SDK 2.5.0.2. I have a midlet suite that contains my self-developed midlet (call it MyMidlet) and a midlet (RecordStoreLogViewer) that comes with the J2ME-log4j look-alike MicroLog. That is, both midlets are added to the Midlet tab in the Application Description Editor (aka JAD file). When I run/debug using Debug-On-Device the RecordStoreLogViewer comes up and not MyMidlet! However, if I run/debug using the Emulator MyMidlet runs correctly. I've checked the Run Configuration for the Midlet and Midlet -> Executable has the full classname of MyMidlet. Do I need to specify which Midlet to run per default in the JAD file? Is this a bug in the SDK or perhaps in EclipseME? Console output: Creating classpackager: {MIDlet-Jar-Size=119395, MIDlet-2=Log Viewer,,net.sf.microlog.ui.RecordStoreLogViewer, MIDlet-1=MyMidlet,,net.midlet.MyMidlet, MIDlet-Jar-URL=MyMidlet.jar, MicroEdition-Configuration=CLDC-1.1, MIDlet-Version=0.8.1, MIDlet-Name=MyMidlet Midlet Suite, MIDlet-Description=My Midlet, MIDlet-Vendor=Midlet Suite Vendor, MicroEdition-Profile=MIDP-2.0} Regards, Jimisola -- View this message in context: http://n2.nabble.com/Controlling-which-midlet-to-run-in-a-Midlet-Suite-tp737872p737872.html Sent from the EclipseME mailing list archive at Nabble.com. |