From: Diego M. S. <die...@gm...> - 2008-07-21 18:05:57
|
Hi, I was testing MicroEmulator on eclipse MTJ and I could not compile and run my MIDlet since the classes found on lib folder are not preverified. Wouldn't it be interesting to supply precompiled MIDP/CLDC stubs enabling this emulator to work with MTJ? regards Diego |
From: Vlad S. <ska...@gm...> - 2008-07-21 18:16:11
|
In another words you want the api classes prepared by MicroEmulator to be preverified during MicroEmulator build? Are you sure that this needs to be done? They are not supposed to be loaded on device and are referenced only as library classes during preverification process of your MIDlet. Do you think this may be a bug in MTJ? Or may be you misconfigured MTJ ? On Mon, Jul 21, 2008 at 2:05 PM, Diego Madruga Sandin < die...@gm...> wrote: > Hi, > > I was testing MicroEmulator on eclipse MTJ and I could not compile and > run my MIDlet since the classes found on lib folder are not > preverified. Wouldn't it be interesting to supply precompiled > MIDP/CLDC stubs enabling this emulator to work with MTJ? > > regards > Diego > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Microemulator-users mailing list > Mic...@li... > https://lists.sourceforge.net/lists/listinfo/microemulator-users > -- Vlad |
From: Diego M. S. <die...@gm...> - 2008-07-21 18:34:01
|
By default MTJ preverifies every MIDlet during the build process, and as there are no stubs to be used during this preverify step, the build fail. Browsing the Internet I've found this interesting tutorial "* http://javablog.co.uk/2008/01/17/j2me-development-on-os-x-revisited/*" and there it instructed to create a stub folder with the libraries provided by WTK. Changing the libraries provided by microemulator by the ones embedded im WTK result in a sucessuful buld/run on MTJ. Since every wireless SDK provides preverified stubs of the APIs it support, for example midp2.0 cldc1.0, i tought it would be nice to microemulator to do the same. This Stubs would be used in the preverification process on MTJ. On Mon, Jul 21, 2008 at 3:16 PM, Vlad Skarzhevskyy <ska...@gm...> wrote: > In another words you want the api classes prepared by MicroEmulator to be > preverified during MicroEmulator build? > > Are you sure that this needs to be done? They are not supposed to be loaded > on device and are referenced only as library classes during preverification > process of your MIDlet. Do you think this may be a bug in MTJ? Or may be > you misconfigured MTJ ? > > On Mon, Jul 21, 2008 at 2:05 PM, Diego Madruga Sandin < > die...@gm...> wrote: > >> Hi, >> >> I was testing MicroEmulator on eclipse MTJ and I could not compile and >> run my MIDlet since the classes found on lib folder are not >> preverified. Wouldn't it be interesting to supply precompiled >> MIDP/CLDC stubs enabling this emulator to work with MTJ? >> >> regards >> Diego >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Microemulator-users mailing list >> Mic...@li... >> https://lists.sourceforge.net/lists/listinfo/microemulator-users >> > > > > -- > Vlad > |
From: Vlad S. <ska...@gm...> - 2008-07-21 19:38:14
|
Ok Diego, I added preverification to build process. Can you please try the latest version 2.0.3-SNAPSHOT (download form http://snapshot.microemu.org/) and tell me if it works for you! Regards, Vlad On Mon, Jul 21, 2008 at 2:33 PM, Diego Madruga Sandin < die...@gm...> wrote: > By default MTJ preverifies every MIDlet during the build process, and as > there are no stubs to be used during this preverify step, the build fail. > > Browsing the Internet I've found this interesting tutorial "* > http://javablog.co.uk/2008/01/17/j2me-development-on-os-x-revisited/*" and > there it instructed to create a stub folder with the libraries provided by > WTK. Changing the libraries provided by microemulator by the ones embedded > im WTK result in a sucessuful buld/run on MTJ. > > Since every wireless SDK provides preverified stubs of the APIs it support, > for example midp2.0 cldc1.0, i tought it would be nice to microemulator to > do the same. This Stubs would be used in the preverification process on MTJ. > > > > > > On Mon, Jul 21, 2008 at 3:16 PM, Vlad Skarzhevskyy <ska...@gm...> > wrote: > >> In another words you want the api classes prepared by MicroEmulator to be >> preverified during MicroEmulator build? >> >> Are you sure that this needs to be done? They are not supposed to be >> loaded on device and are referenced only as library classes during >> preverification process of your MIDlet. Do you think this may be a bug in >> MTJ? Or may be you misconfigured MTJ ? >> >> On Mon, Jul 21, 2008 at 2:05 PM, Diego Madruga Sandin < >> die...@gm...> wrote: >> >>> Hi, >>> >>> I was testing MicroEmulator on eclipse MTJ and I could not compile and >>> run my MIDlet since the classes found on lib folder are not >>> preverified. Wouldn't it be interesting to supply precompiled >>> MIDP/CLDC stubs enabling this emulator to work with MTJ? >>> >>> regards >>> Diego >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge >>> Build the coolest Linux based applications with Moblin SDK & win great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the >>> world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Microemulator-users mailing list >>> Mic...@li... >>> https://lists.sourceforge.net/lists/listinfo/microemulator-users >>> >> >> >> >> -- >> Vlad >> > > -- Vlad |