From: Marcel R. <mr...@ma...> - 2007-08-04 16:38:54
|
Rushabh Doshi wrote: > Enter > --usejadproperties YourJad.jad > > This works in 2.0.2 snapshot builds. I'm not sure if it was backported > to 2.0.1. Bartek? > Thanks. Unfortunately my identical midlet does not start with 2.0.2 (but does with 2.0.1). It complains: ava.lang.NoClassDefFoundError: org/xmlBlaster/I_Properties at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357) at java.lang.Class.getConstructor0(Class.java:2671) at java.lang.Class.newInstance0(Class.java:321) at java.lang.Class.newInstance(Class.java:303) at org.microemu.app.Common.startMidlet(Common.java:351) at org.microemu.app.Common.initMIDlet(Common.java:870) at org.microemu.app.Main.main(Main.java:705) The I_Properties resides in a dependend project in eclipseme (this runs fine with WTK and microemu 2.0.1), thanks Marcel > -Rushabh > > -----Original Message----- > From: mic...@li... > [mailto:mic...@li...] On Behalf Of > Marcel Ruff > Sent: Friday, August 03, 2007 8:51 AM > To: mic...@li... > Subject: [Microemulator-users] Using jad with eclipseme > > Hi again, > > i have an eclipseme project, this works fine to debug with microemu. > But when i add custom properties in the Jad file, > these don't make it into the midlet during debugging. > > When debugging with WTK emulators these jad attributes are nicely > passed to the emulator. > > Is there any way to pass the attributes with microemu? > > Thanks > Marcel > > -- Marcel Ruff http://www.xmlBlaster.org |