Re: [Midpath-general] Midpath and jamvm or cacao fail
Brought to you by:
guillaum1
From: Guillaume L. <gl...@th...> - 2008-10-20 10:50:21
|
Hi, Could you try MIDPath 0.3rc2 that I just released ? It should fix your problem. Cheers, Guillaume 2008/10/19 israel jesus mojica ruiz <isr...@ho...>: > Hi, > > When I try to run a midlet with jamvm, the midlet does not run and I get the > next: > > java.lang.ExceptionInInitializerError > at > javax.microedition.lcdui.DisplayEventHandlerImpl.initDisplayEventHandler(DisplayEventHandlerImpl.java:135) > at > com.sun.midp.main.BaseMIDletSuiteLauncher.launch(BaseMIDletSuiteLauncher.java:141) > at > com.sun.midp.main.BaseMIDletSuiteLauncher.launch(BaseMIDletSuiteLauncher.java:92) > at > org.thenesis.midpath.main.MIDletLauncher.launchMIDletWithChooserAndClose(MIDletLauncher.java:81) > at > org.thenesis.midpath.main.MIDletLauncher.launch(MIDletLauncher.java:64) > at org.thenesis.midpath.main.MIDletLauncher.main(MIDletLauncher.java:33) > at > org.thenesis.midpath.main.MIDletLauncherSE.main(MIDletLauncherSE.java:31) > Caused by: java.lang.NullPointerException > at com.sun.midp.i18n.Resource.getString(Resource.java:114) > at javax.microedition.lcdui.Display.<clinit>(Display.java:554) > at > javax.microedition.lcdui.DisplayEventHandlerImpl.initDisplayEventHandler(DisplayEventHandlerImpl.java:135) > ...6 more > > == > Midpath and cacao fail too, and I get the next lines: > > Exception in thread "main" java.lang.ExceptionInInitializerError > at > javax.microedition.lcdui.DisplayEventHandlerImpl.initDisplayEventHandler(DisplayEventHandlerImpl.java:135) > at > com.sun.midp.main.BaseMIDletSuiteLauncher.launch(BaseMIDletSuiteLauncher.java:141) > at > com.sun.midp.main.BaseMIDletSuiteLauncher.launch(BaseMIDletSuiteLauncher.java:92) > at > org.thenesis.midpath.main.MIDletLauncher.launchMIDletWithChooserAndClose(MIDletLauncher.java:81) > at > org.thenesis.midpath.main.MIDletLauncher.launch(MIDletLauncher.java:64) > at org.thenesis.midpath.main.MIDletLauncher.main(MIDletLauncher.java:33) > at > org.thenesis.midpath.main.MIDletLauncherSE.main(MIDletLauncherSE.java:31) > Caused by: java.lang.NullPointerException > at com.sun.midp.i18n.Resource.getString(Resource.java:114) > at javax.microedition.lcdui.Display.<clinit>(Display.java:554) > at > javax.microedition.lcdui.DisplayEventHandlerImpl.initDisplayEventHandler(DisplayEventHandlerImpl.java:135) > ...6 more > > == > Just Midpath and SUN's java works fine for me. > > Can you help to resolve my problem with jamvm please? > > I am using: > Midpath 0.3rc1 > JamVM version 1.4.5 (but with 1.5.0 fails too) > Classpath 0.96 > > Thanks > ________________________________ > Get news, entertainment and everything you care about at Live.com. Check it > out! > ------------------------------------------------------------------------- > 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=/ > _______________________________________________ > Midpath-general mailing list > Mid...@li... > https://lists.sourceforge.net/lists/listinfo/midpath-general > > |