If you do not use special functions, then you can run any midlet on any emulator. Midlets should be portable, unless they use device-specific functions.
Maybe try not using a absolute path in your JAD. As far as i can remember, the Moto-SDK runs fine if you run it with a JAD, but you have to be sure that it is not called with a file: prefix - or it will print out "Failed to load descriptor file." My windows is not running at the moment, i cannot test if there are other problems according the Moto-SDK. Markus Aggarwal Amit schrieb: > Yes Markus, The JAD has absolute path to jar. > > Also for default WTK emulator, I don't even have to select JAD URL, I can > select Midlet(default selected) and it runs. Can I use the same Midlet to run > other emulators like MOTO and SE ? > > Regards > Amit > > -----Original Message----- > From: Markus Sinner [mailto:[EMAIL PROTECTED] > Sent: Friday, August 24, 2007 1:43 PM > To: Aggarwal Amit > Cc: [email protected] > Subject: Re: [Eclipseme-users] Issue Running MOTO Emulator with EclipseME > > If you supply the JAD-file, then this is an OTA-Delivery. Does your > JLite.jad contain an absolute location for the Jar? > > Aggarwal Amit schrieb: >> Markus, >> If I try to remove the "file:/", the "RUN" button is disabled. I tried it on >> Sony Ericsson Emulator also. It also tries to look for OTA download (like >> MOTO) hence it fails. My Question is why it is looking for OTA download when >> I am specifying the file path. >> >> Is it the same problem with SE SDK and MOTO SDK >> I am using the following config: >> >> Eclipse Verison:Version: 3.3.0 >> EclipseME:eclipseme.feature_1.7.3 >> WTK: 2.5 >> SE SDK:2.2.4 >> >> Thanks >> Amit >> >> -----Original Message----- >> From: Markus Sinner [mailto:[EMAIL PROTECTED] >> Sent: Friday, August 24, 2007 12:53 PM >> To: Aggarwal Amit >> Cc: [email protected] >> Subject: Re: [Eclipseme-users] Issue Running MOTO Emulator with EclipseME >> >> I think I had a similar error. >> >> Try deleting the "file:" Prefix in the Settings of your Run-Task. The >> Moto-Emu does not like it. >> >> Please create a feature request for that! >> >> Markus >> >> Aggarwal Amit schrieb: >>> Hi, >>> >>> I am using Moto Java ME SDK v6.4 and Integrated it with EclipseME. I am >>> using eclipseme.feature_1.7.3 with Eclipse. >>> >>> When i try to run the Emulator Selecting " Java ME SDK 6.4 Emulator A.4" >>> and selecting Device as "SLVR S7", i get the following error on console >>> Error >>> "JBlend Device Emulator >>> Copyright 2000-2005 Aplix Corporation. All rights reserved. >>> Platform Power on! >>> Params for NAppMain(): "-Xdescriptor:file:/C:/JAVA/J2ME/JLite/JLite.jad" >>> Params for NAppMain(): "-Xdevice:SLVR_L7" >>> Params for NAppMain(): "-suspend" >>> Params for NAppMain(): "-shutdown" >>> === service API trace: AmJBlendInitialize() >>> type: 2 >>> bssAddress: 0x005f7000 bssSize: 0xa200 >>> dataAddress: 0x008d2000 dataSize: 0xe088 >>> initDataAddress: 0x01710048 >>> -jam address 0x5f7790 : 0x5f77b4 >>> 5f7000 : 5f7790 >>> 5f77b4 : 601200 >>> Pixel format is 16-bit RGB=555 >>> [PushEventThread]thread starts. >>> --- Failed to load descriptor file. >>> Platform Power off!" >>> >>> >>> The JAD is in correct place. The jar is in correct place. Can anyone >>> throw some light on what is going wrong ? >>> >>> >>> >>> Best Regards >>> >>> Amit Aggarwal >>> >>> >>> >>> >>> ------------------------------------------------------------------------ >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Splunk Inc. >>> Still grepping through log files to find problems? Stop. >>> Now Search log events and configuration files using AJAX and a browser. >>> Download your FREE copy of Splunk now >> http://get.splunk.com/ >>> >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Eclipseme-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/eclipseme-users > -- ********************************* [EMAIL PROTECTED] http://www.psitronic.de psitronic IT-Solutions Markus Sinner W-Rathenau-Str. 14 - 68642 Bürstadt Tel.: (+49)6206 / 963513 Fax: (+49)6206 / 963514 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
