midpath-general Mailing List for MIDPath
Brought to you by:
guillaum1
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(6) |
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Frank Z. <fra...@ho...> - 2010-04-28 00:28:30
|
hi all, I am a beginner on midpath. I compiled midpath , jamvm and classpath in openembedded successfully. But when run midpath-launcher-j2me , I got the error : /usr/bin/midpath-launcher-j2se: line 44: java not found Is that mean I haven't combine midpath with jamvm? If so, how can I configure it? Thanks for any help!! Frank |
From: Guillaume L. <gl...@th...> - 2008-10-31 09:45:59
|
Hi, As rendering is done on the java side, JVMs without JIT are slower. A native rendering engine (based on software implementation of OpenGL ES) will be added soon. It will provide good performances even if a JIT is not available. Cheers, Guillaume 2008/10/26 israel jesus mojica ruiz <isr...@ho...>: > Ok, now midpath 0.3rc2 + jamvm run but the midlet runs very slowly in > comparated to midpath 0.3rc2 + java (SUN). > > > ________________________________ > From: isr...@ho... > To: gl...@th... > Date: Tue, 21 Oct 2008 03:00:45 +0000 > CC: mid...@li... > Subject: Re: [Midpath-general] Midpath and jamvm or cacao fail > > Thanks for the answer I'll try this and I'll tell you my experience. > > Thanks agains. > >> Date: Mon, 20 Oct 2008 12:50:12 +0200 >> From: gl...@th... >> To: isr...@ho... >> Subject: Re: [Midpath-general] Midpath and jamvm or cacao fail >> CC: mid...@li... >> >> 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 >> > >> > > > > > ________________________________ > Connect to the next generation of MSN Messenger Get it now! > > ________________________________ > Get news, entertainment and everything you care about at Live.com. Check it > out! |
From: israel j. m. r. <isr...@ho...> - 2008-10-26 01:58:52
|
Ok, now midpath 0.3rc2 + jamvm run but the midlet runs very slowly in comparated to midpath 0.3rc2 + java (SUN). From: isr...@ho...To: gl...@th...Date: Tue, 21 Oct 2008 03:00:45 +0000CC: mid...@li...Subject: Re: [Midpath-general] Midpath and jamvm or cacao fail Thanks for the answer I'll try this and I'll tell you my experience. Thanks agains.> Date: Mon, 20 Oct 2008 12:50:12 +0200> From: gl...@th...> To: isr...@ho...> Subject: Re: [Midpath-general] Midpath and jamvm or cacao fail> CC: mid...@li...> > 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> >> > Connect to the next generation of MSN Messenger Get it now! _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx |
From: israel j. m. r. <isr...@ho...> - 2008-10-21 03:00:54
|
Sorry for the previous message. Thanks for the answer I'll try this and I'll tell you my experience. Thanks agains.> Date: Mon, 20 Oct 2008 12:50:12 +0200> From: gl...@th...> To: isr...@ho...> Subject: Re: [Midpath-general] Midpath and jamvm or cacao fail> CC: mid...@li...> > 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> >> > _________________________________________________________________ Connect to the next generation of MSN Messenger http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline |
From: israel j. m. r. <isr...@ho...> - 2008-10-21 02:58:00
|
> Date: Mon, 20 Oct 2008 12:50:12 +0200> From: gl...@th...> To: isr...@ho...> Subject: Re: [Midpath-general] Midpath and jamvm or cacao fail> CC: mid...@li...> > 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> >> > _________________________________________________________________ Connect to the next generation of MSN Messenger http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline |
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 > > |
From: israel j. m. r. <isr...@ho...> - 2008-10-19 20:36:49
|
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 _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx |
From: Guillaume L. <gl...@th...> - 2008-09-05 11:31:42
|
Hi Friedrich, MIDPath's goal is to be used as a full J2ME runtime, either on an target platform or at a development stage. It's not specially designed to be embedded in another application like an applet. Nevertheless it's enough flexible to do that. I suggest you also have a look at another project which focus on that use case: http://www.microemu.org/ If you think MIDPath fits better to your needs, I'll help you to make it work. Regards, Guillaume 2008/9/4 Friedrich Schick <Fri...@we...>: > I just came across that project and wonder if it fits to my needs. > As i understood midpath exposes the j2me api to the javase platform. Thus > makes it possible to run j2me applications on my desktop. > I wonder if it is possible to turn my midlet into an applet that can be run > by any standard sun javase runtime? > What to you think? > Cheers, Friedrich > ------------------------------------------------------------------------- > 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 > > |
From: Friedrich S. <Fri...@we...> - 2008-09-04 13:45:34
|
I just came across that project and wonder if it fits to my needs. As i understood midpath exposes the j2me api to the javase platform. Thus makes it possible to run j2me applications on my desktop. I wonder if it is possible to turn my midlet into an applet that can be run by any standard sun javase runtime? What to you think? Cheers, Friedrich |
From: Guillaume L. <gl...@th...> - 2008-03-10 23:05:27
|
I guess the GNU_CLASSPATH_PATH variable is not set correctly on top of the build.sh script. This variable must point to the Java SE standard classes. By default it's /usr/share/classpath/glibj.zip for Classpath on the Debian distribution. Modify it to fit your environment. If you use the Sun JDK, the path should be $YOUR_JDK_HOME/jre/lib/rt.jar Guillaume 2008/3/10, Simon Kagstrom <sim...@gm...>: > On Sat, 8 Mar 2008 01:17:24 +0100 > "Guillaume Legris" <gl...@th...> wrote: > > > Some classes are missing in your cldc1.1.jar. It's probably due to the > > fact that build.sh was broken under SVN: classes in > > components/cldc-glue (like java.util.Timer) were not added to the jar > > anymore. > > > > I've updated the build.sh script. It should work now. > > > Thanks! It got further this time, but stops on the messages below now. > > // Simon > > ecj -bootclasspath /home/ska/j2me/midpath/dist/cldc1.1.jar:/usr/share/classpath/glibj.zip:/home/ska/j2me/midpath/dist/sdljava-cldc.jar:/home/ska/j2me/midpath/dist/escher-x11-cldc.jar:/home/ska/j2me/midpath/lib/swt.jar -sourcepath /home/ska/j2me/midpath/components/microbackend -source 1.3 -target 1.1 org/thenesis/microbackend/ui/awt/AWTBackend.java > ---------- > 1. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 20) > import java.awt.Dimension; > ^^^^^^^^ > The import java.awt cannot be resolved > ---------- > 2. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 21) > import java.awt.Frame; > ^^^^^^^^ > The import java.awt cannot be resolved > ---------- > 3. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 22) > import java.awt.Graphics; > ^^^^^^^^ > The import java.awt cannot be resolved > ---------- > 4. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 23) > import java.awt.Panel; > ^^^^^^^^ > The import java.awt cannot be resolved > ---------- > 5. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 24) > import java.awt.event.KeyEvent; > ^^^^^^^^ > The import java.awt cannot be resolved > ---------- > 6. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 25) > import java.awt.event.KeyListener; > ^^^^^^^^ > The import java.awt cannot be resolved > ---------- > 7. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 26) > import java.awt.event.MouseEvent; > ^^^^^^^^ > The import java.awt cannot be resolved > ---------- > 8. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 27) > import java.awt.event.MouseListener; > ^^^^^^^^ > The import java.awt cannot be resolved > ---------- > 9. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 28) > import java.awt.event.MouseMotionListener; > ^^^^^^^^ > The import java.awt cannot be resolved > ---------- > 10. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 29) > import java.awt.event.WindowEvent; > ^^^^^^^^ > The import java.awt cannot be resolved > ---------- > 11. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 30) > import java.awt.event.WindowListener; > ^^^^^^^^ > The import java.awt cannot be resolved > ---------- > 12. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 31) > import java.awt.image.BufferedImage; > ^^^^^^^^ > The import java.awt cannot be resolved > ---------- > 13. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 41) > private Panel panel; > ^^^^^ > Panel cannot be resolved to a type > ---------- > 14. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 42) > private Frame frame; > ^^^^^ > Frame cannot be resolved to a type > ---------- > 15. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 43) > protected BufferedImage screenImage; > ^^^^^^^^^^^^^ > BufferedImage cannot be resolved to a type > ---------- > 16. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 72) > final Dimension dimension = new Dimension(canvasWidth, canvasHeight); > ^^^^^^^^^ > Dimension cannot be resolved to a type > ---------- > 17. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 72) > final Dimension dimension = new Dimension(canvasWidth, canvasHeight); > ^^^^^^^^^ > Dimension cannot be resolved to a type > ---------- > 18. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 73) > panel = new Panel() { > ^^^^^ > panel cannot be resolved > ---------- > 19. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 73) > panel = new Panel() { > ^^^^^ > Panel cannot be resolved to a type > ---------- > 20. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 96) > frame = new Frame(); > ^^^^^ > frame cannot be resolved > ---------- > 21. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 96) > frame = new Frame(); > ^^^^^ > Frame cannot be resolved to a type > ---------- > 22. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 97) > frame.addWindowListener(listener); > ^^^^^ > frame cannot be resolved > ---------- > 23. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 98) > panel.addKeyListener(listener); > ^^^^^ > panel cannot be resolved > ---------- > 24. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 99) > panel.addMouseListener(listener); > ^^^^^ > panel cannot be resolved > ---------- > 25. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 100) > panel.addMouseMotionListener(listener); > ^^^^^ > panel cannot be resolved > ---------- > 26. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 101) > frame.add(panel); > ^^^^^ > frame cannot be resolved > ---------- > 27. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 101) > frame.add(panel); > ^^^^^ > panel cannot be resolved > ---------- > 28. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 102) > frame.setResizable(false); > ^^^^^ > frame cannot be resolved > ---------- > 29. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 103) > frame.pack(); > ^^^^^ > frame cannot be resolved > ---------- > 30. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 104) > frame.setVisible(true); > ^^^^^ > frame cannot be resolved > ---------- > 31. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 105) > panel.requestFocus(); > ^^^^^ > panel cannot be resolved > ---------- > 32. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 114) > if (screenImage == null) { > ^^^^^^^^^^^ > screenImage cannot be resolved > ---------- > 33. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 115) > screenImage = new BufferedImage(w, h, BufferedImage.TYPE_INT_RGB); > ^^^^^^^^^^^ > screenImage cannot be resolved > ---------- > 34. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 115) > screenImage = new BufferedImage(w, h, BufferedImage.TYPE_INT_RGB); > ^^^^^^^^^^^^^ > BufferedImage cannot be resolved to a type > ---------- > 35. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 115) > screenImage = new BufferedImage(w, h, BufferedImage.TYPE_INT_RGB); > ^^^^^^^^^^^^^ > BufferedImage cannot be resolved > ---------- > 36. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 118) > screenImage.setRGB(0, 0, w, h, argbPixels, 0, w); > ^^^^^^^^^^^ > screenImage cannot be resolved > ---------- > 37. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 119) > panel.repaint(); > ^^^^^ > panel cannot be resolved > ---------- > 38. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 123) > frame.dispose(); > ^^^^^ > frame cannot be resolved > ---------- > 39. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 128) > private class AWTEventConverter implements KeyListener, MouseListener, MouseMotionListener, WindowListener { > ^^^^^^^^^^^ > KeyListener cannot be resolved to a type > ---------- > 40. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 128) > private class AWTEventConverter implements KeyListener, MouseListener, MouseMotionListener, WindowListener { > ^^^^^^^^^^^^^ > MouseListener cannot be resolved to a type > ---------- > 41. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 128) > private class AWTEventConverter implements KeyListener, MouseListener, MouseMotionListener, WindowListener { > ^^^^^^^^^^^^^^^^^^^ > MouseMotionListener cannot be resolved to a type > ---------- > 42. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 128) > private class AWTEventConverter implements KeyListener, MouseListener, MouseMotionListener, WindowListener { > ^^^^^^^^^^^^^^ > WindowListener cannot be resolved to a type > ---------- > 43. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 130) > public void keyPressed(KeyEvent e) { > ^^^^^^^^ > KeyEvent cannot be resolved to a type > ---------- > 44. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 135) > public void keyReleased(KeyEvent e) { > ^^^^^^^^ > KeyEvent cannot be resolved to a type > ---------- > 45. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 141) > public void keyTyped(KeyEvent e) {} > ^^^^^^^^ > KeyEvent cannot be resolved to a type > ---------- > 46. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 142) > public void mouseClicked(MouseEvent e) {} > ^^^^^^^^^^ > MouseEvent cannot be resolved to a type > ---------- > 47. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 143) > public void mouseEntered(MouseEvent e) {} > ^^^^^^^^^^ > MouseEvent cannot be resolved to a type > ---------- > 48. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 144) > public void mouseExited(MouseEvent e) {} > ^^^^^^^^^^ > MouseEvent cannot be resolved to a type > ---------- > 49. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 145) > public void mouseDragged(MouseEvent e) {} > ^^^^^^^^^^ > MouseEvent cannot be resolved to a type > ---------- > 50. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 147) > public void mousePressed(MouseEvent e) { > ^^^^^^^^^^ > MouseEvent cannot be resolved to a type > ---------- > 51. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 152) > public void mouseReleased(MouseEvent e) { > ^^^^^^^^^^ > MouseEvent cannot be resolved to a type > ---------- > 52. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 157) > public void mouseMoved(MouseEvent e) { > ^^^^^^^^^^ > MouseEvent cannot be resolved to a type > ---------- > 53. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 162) > public void windowClosing(WindowEvent e) { > ^^^^^^^^^^^ > WindowEvent cannot be resolved to a type > ---------- > 54. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 167) > public void windowClosed(WindowEvent e) {} > ^^^^^^^^^^^ > WindowEvent cannot be resolved to a type > ---------- > 55. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 168) > public void windowActivated(WindowEvent arg0) {} > ^^^^^^^^^^^ > WindowEvent cannot be resolved to a type > ---------- > 56. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 169) > public void windowDeactivated(WindowEvent arg0) {} > ^^^^^^^^^^^ > WindowEvent cannot be resolved to a type > ---------- > 57. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 170) > public void windowDeiconified(WindowEvent arg0) {} > ^^^^^^^^^^^ > WindowEvent cannot be resolved to a type > ---------- > 58. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 171) > public void windowIconified(WindowEvent arg0) {} > ^^^^^^^^^^^ > WindowEvent cannot be resolved to a type > ---------- > 59. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 172) > public void windowOpened(WindowEvent arg0) {} > ^^^^^^^^^^^ > WindowEvent cannot be resolved to a type > ---------- > 59 problems (59 errors)make: *** [org/thenesis/microbackend/ui/awt/AWTBackend.class] Error 255 > |
From: Simon K. <sim...@gm...> - 2008-03-10 18:17:38
|
On Sat, 8 Mar 2008 01:17:24 +0100 "Guillaume Legris" <gl...@th...> wrote: > Some classes are missing in your cldc1.1.jar. It's probably due to the > fact that build.sh was broken under SVN: classes in > components/cldc-glue (like java.util.Timer) were not added to the jar > anymore. > > I've updated the build.sh script. It should work now. Thanks! It got further this time, but stops on the messages below now. // Simon ecj -bootclasspath /home/ska/j2me/midpath/dist/cldc1.1.jar:/usr/share/classpath/glibj.zip:/home/ska/j2me/midpath/dist/sdljava-cldc.jar:/home/ska/j2me/midpath/dist/escher-x11-cldc.jar:/home/ska/j2me/midpath/lib/swt.jar -sourcepath /home/ska/j2me/midpath/components/microbackend -source 1.3 -target 1.1 org/thenesis/microbackend/ui/awt/AWTBackend.java ---------- 1. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 20) import java.awt.Dimension; ^^^^^^^^ The import java.awt cannot be resolved ---------- 2. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 21) import java.awt.Frame; ^^^^^^^^ The import java.awt cannot be resolved ---------- 3. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 22) import java.awt.Graphics; ^^^^^^^^ The import java.awt cannot be resolved ---------- 4. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 23) import java.awt.Panel; ^^^^^^^^ The import java.awt cannot be resolved ---------- 5. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 24) import java.awt.event.KeyEvent; ^^^^^^^^ The import java.awt cannot be resolved ---------- 6. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 25) import java.awt.event.KeyListener; ^^^^^^^^ The import java.awt cannot be resolved ---------- 7. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 26) import java.awt.event.MouseEvent; ^^^^^^^^ The import java.awt cannot be resolved ---------- 8. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 27) import java.awt.event.MouseListener; ^^^^^^^^ The import java.awt cannot be resolved ---------- 9. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 28) import java.awt.event.MouseMotionListener; ^^^^^^^^ The import java.awt cannot be resolved ---------- 10. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 29) import java.awt.event.WindowEvent; ^^^^^^^^ The import java.awt cannot be resolved ---------- 11. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 30) import java.awt.event.WindowListener; ^^^^^^^^ The import java.awt cannot be resolved ---------- 12. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 31) import java.awt.image.BufferedImage; ^^^^^^^^ The import java.awt cannot be resolved ---------- 13. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 41) private Panel panel; ^^^^^ Panel cannot be resolved to a type ---------- 14. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 42) private Frame frame; ^^^^^ Frame cannot be resolved to a type ---------- 15. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 43) protected BufferedImage screenImage; ^^^^^^^^^^^^^ BufferedImage cannot be resolved to a type ---------- 16. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 72) final Dimension dimension = new Dimension(canvasWidth, canvasHeight); ^^^^^^^^^ Dimension cannot be resolved to a type ---------- 17. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 72) final Dimension dimension = new Dimension(canvasWidth, canvasHeight); ^^^^^^^^^ Dimension cannot be resolved to a type ---------- 18. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 73) panel = new Panel() { ^^^^^ panel cannot be resolved ---------- 19. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 73) panel = new Panel() { ^^^^^ Panel cannot be resolved to a type ---------- 20. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 96) frame = new Frame(); ^^^^^ frame cannot be resolved ---------- 21. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 96) frame = new Frame(); ^^^^^ Frame cannot be resolved to a type ---------- 22. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 97) frame.addWindowListener(listener); ^^^^^ frame cannot be resolved ---------- 23. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 98) panel.addKeyListener(listener); ^^^^^ panel cannot be resolved ---------- 24. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 99) panel.addMouseListener(listener); ^^^^^ panel cannot be resolved ---------- 25. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 100) panel.addMouseMotionListener(listener); ^^^^^ panel cannot be resolved ---------- 26. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 101) frame.add(panel); ^^^^^ frame cannot be resolved ---------- 27. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 101) frame.add(panel); ^^^^^ panel cannot be resolved ---------- 28. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 102) frame.setResizable(false); ^^^^^ frame cannot be resolved ---------- 29. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 103) frame.pack(); ^^^^^ frame cannot be resolved ---------- 30. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 104) frame.setVisible(true); ^^^^^ frame cannot be resolved ---------- 31. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 105) panel.requestFocus(); ^^^^^ panel cannot be resolved ---------- 32. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 114) if (screenImage == null) { ^^^^^^^^^^^ screenImage cannot be resolved ---------- 33. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 115) screenImage = new BufferedImage(w, h, BufferedImage.TYPE_INT_RGB); ^^^^^^^^^^^ screenImage cannot be resolved ---------- 34. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 115) screenImage = new BufferedImage(w, h, BufferedImage.TYPE_INT_RGB); ^^^^^^^^^^^^^ BufferedImage cannot be resolved to a type ---------- 35. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 115) screenImage = new BufferedImage(w, h, BufferedImage.TYPE_INT_RGB); ^^^^^^^^^^^^^ BufferedImage cannot be resolved ---------- 36. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 118) screenImage.setRGB(0, 0, w, h, argbPixels, 0, w); ^^^^^^^^^^^ screenImage cannot be resolved ---------- 37. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 119) panel.repaint(); ^^^^^ panel cannot be resolved ---------- 38. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 123) frame.dispose(); ^^^^^ frame cannot be resolved ---------- 39. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 128) private class AWTEventConverter implements KeyListener, MouseListener, MouseMotionListener, WindowListener { ^^^^^^^^^^^ KeyListener cannot be resolved to a type ---------- 40. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 128) private class AWTEventConverter implements KeyListener, MouseListener, MouseMotionListener, WindowListener { ^^^^^^^^^^^^^ MouseListener cannot be resolved to a type ---------- 41. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 128) private class AWTEventConverter implements KeyListener, MouseListener, MouseMotionListener, WindowListener { ^^^^^^^^^^^^^^^^^^^ MouseMotionListener cannot be resolved to a type ---------- 42. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 128) private class AWTEventConverter implements KeyListener, MouseListener, MouseMotionListener, WindowListener { ^^^^^^^^^^^^^^ WindowListener cannot be resolved to a type ---------- 43. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 130) public void keyPressed(KeyEvent e) { ^^^^^^^^ KeyEvent cannot be resolved to a type ---------- 44. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 135) public void keyReleased(KeyEvent e) { ^^^^^^^^ KeyEvent cannot be resolved to a type ---------- 45. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 141) public void keyTyped(KeyEvent e) {} ^^^^^^^^ KeyEvent cannot be resolved to a type ---------- 46. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 142) public void mouseClicked(MouseEvent e) {} ^^^^^^^^^^ MouseEvent cannot be resolved to a type ---------- 47. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 143) public void mouseEntered(MouseEvent e) {} ^^^^^^^^^^ MouseEvent cannot be resolved to a type ---------- 48. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 144) public void mouseExited(MouseEvent e) {} ^^^^^^^^^^ MouseEvent cannot be resolved to a type ---------- 49. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 145) public void mouseDragged(MouseEvent e) {} ^^^^^^^^^^ MouseEvent cannot be resolved to a type ---------- 50. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 147) public void mousePressed(MouseEvent e) { ^^^^^^^^^^ MouseEvent cannot be resolved to a type ---------- 51. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 152) public void mouseReleased(MouseEvent e) { ^^^^^^^^^^ MouseEvent cannot be resolved to a type ---------- 52. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 157) public void mouseMoved(MouseEvent e) { ^^^^^^^^^^ MouseEvent cannot be resolved to a type ---------- 53. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 162) public void windowClosing(WindowEvent e) { ^^^^^^^^^^^ WindowEvent cannot be resolved to a type ---------- 54. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 167) public void windowClosed(WindowEvent e) {} ^^^^^^^^^^^ WindowEvent cannot be resolved to a type ---------- 55. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 168) public void windowActivated(WindowEvent arg0) {} ^^^^^^^^^^^ WindowEvent cannot be resolved to a type ---------- 56. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 169) public void windowDeactivated(WindowEvent arg0) {} ^^^^^^^^^^^ WindowEvent cannot be resolved to a type ---------- 57. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 170) public void windowDeiconified(WindowEvent arg0) {} ^^^^^^^^^^^ WindowEvent cannot be resolved to a type ---------- 58. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 171) public void windowIconified(WindowEvent arg0) {} ^^^^^^^^^^^ WindowEvent cannot be resolved to a type ---------- 59. ERROR in org/thenesis/microbackend/ui/awt/AWTBackend.java (at line 172) public void windowOpened(WindowEvent arg0) {} ^^^^^^^^^^^ WindowEvent cannot be resolved to a type ---------- 59 problems (59 errors)make: *** [org/thenesis/microbackend/ui/awt/AWTBackend.class] Error 255 |
From: Guillaume L. <gl...@th...> - 2008-03-08 00:17:26
|
Hi Simon, Some classes are missing in your cldc1.1.jar. It's probably due to the fact that build.sh was broken under SVN: classes in components/cldc-glue (like java.util.Timer) were not added to the jar anymore. I've updated the build.sh script. It should work now. Guillaume 2008/3/7, Simon Kagstrom <sim...@gm...>: > Hello! > > When trying to compile the current svn trunk, I get the following errors > > ecj -bootclasspath /home/ska/j2me/midpath/dist/cldc1.1.jar -sourcepath /home/ska/j2me/midpath/external/sdljava-cldc/java -source 1.3 -target 1.1 sdljava/util/Scheduler.java > ---------- > 1. ERROR in sdljava/util/Scheduler.java (at line 6) > import java.util.Timer; > ^^^^^^^^^^^^^^^ > The import java.util.Timer cannot be resolved > ---------- > 2. ERROR in sdljava/util/Scheduler.java (at line 78) > Timer _timer = new Timer(); > ^^^^^ > Timer cannot be resolved to a type > (...) > 11. ERROR in /home/ska/j2me/midpath/external/sdljava-cldc/java/sdljava/util/Task.java (at line 34) > public class Task extends TimerTask { //implements Comparable { > ^^^^^^^^^ > TimerTask cannot be resolved to a type > > I'm using an Ubuntu Hardy alpha and ecj 3.3.0+0728-5. > > // Simon > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Midpath-general mailing list > Mid...@li... > https://lists.sourceforge.net/lists/listinfo/midpath-general > |
From: Simon K. <sim...@gm...> - 2008-03-07 20:23:52
|
Hello! When trying to compile the current svn trunk, I get the following errors ecj -bootclasspath /home/ska/j2me/midpath/dist/cldc1.1.jar -sourcepath /home/ska/j2me/midpath/external/sdljava-cldc/java -source 1.3 -target 1.1 sdljava/util/Scheduler.java ---------- 1. ERROR in sdljava/util/Scheduler.java (at line 6) import java.util.Timer; ^^^^^^^^^^^^^^^ The import java.util.Timer cannot be resolved ---------- 2. ERROR in sdljava/util/Scheduler.java (at line 78) Timer _timer = new Timer(); ^^^^^ Timer cannot be resolved to a type (...) 11. ERROR in /home/ska/j2me/midpath/external/sdljava-cldc/java/sdljava/util/Task.java (at line 34) public class Task extends TimerTask { //implements Comparable { ^^^^^^^^^ TimerTask cannot be resolved to a type I'm using an Ubuntu Hardy alpha and ecj 3.3.0+0728-5. // Simon |
From: Guillaume L. <gl...@th...> - 2007-12-24 16:37:02
|
Hi Gary, * Audible doesn't work yet because the MIDPath's audio backends are not available on the Nokia 770/800. But the JaLiMo team told me it's in progress. * To start Opera Mini: 1) Edit bin/midpath-test.sh 2) Add the midlet jar to the classpath: CP=$CP:/path/to/opera-mini.jar 3) Set the MIDLET variable: MIDLET=Browser 4) Run the midpath-test.sh script Note: if you use cacao and have troubles ("VerifyError" - seems to be related to some obfuscated classes) while launching Opera Mini, try jamvm instead. Merry Christmas ! Guillaume 2007/12/20, Gary Owen <ga...@ow...>: > Do you think/know that MIDpath could run the Audible java player? I've > been hacking about today and have got the MIDpath-tests running on my > Nokia N800 using the precompiled binaries from the Jalimo project. I > haven't managed to get Audible to run though. > > The Audible player can be downloaded from > > http://download.audible.com/audibleair/j2me/gen/240/Audible.jad > http://download.audible.com/audibleair/j2me/gen/240/Audible.jar > > I also haven't managed to get opera-mini-4.0 running either. Can you show > me what shell script you used for the screen shot you have. > > Thanks > gary > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Midpath-general mailing list > Mid...@li... > https://lists.sourceforge.net/lists/listinfo/midpath-general > |
From: Gary O. <ga...@ow...> - 2007-12-20 09:33:00
|
Do you think/know that MIDpath could run the Audible java player? I've been hacking about today and have got the MIDpath-tests running on my Nokia N800 using the precompiled binaries from the Jalimo project. I haven't managed to get Audible to run though. The Audible player can be downloaded from http://download.audible.com/audibleair/j2me/gen/240/Audible.jad http://download.audible.com/audibleair/j2me/gen/240/Audible.jar I also haven't managed to get opera-mini-4.0 running either. Can you show me what shell script you used for the screen shot you have. Thanks gary |
From: Gary O. <ga...@ow...> - 2007-12-18 20:01:52
|
I forgot to add that the Audible player can be downloaded from http://download.audible.com/audibleair/j2me/gen/240/Audible.jad http://download.audible.com/audibleair/j2me/gen/240/Audible.jar |
From: Gary O. <ga...@ow...> - 2007-12-18 17:00:30
|
Do you think/know that MIDpath could run the Audible java player? I've been hacking about today and have got the MIDpath-tests running on my Nokia N800 using the precompiled binaries from the Jalimo project. I haven't managed to get Audible to run though. I also haven't managed to get opera-mini-4.0 running either. Can you show me what shell script you used for the screen shot you have. Thanks gary |
From: Guillaume L. <gl...@th...> - 2007-12-13 10:31:26
|
Hi Vitaly, MIDPath supports only MIDP2 specifications. Your application might use non-standard Nokia APIs. If so, it can't work. I could try to debug the Intellisync MIDlet in order to know if my guess is true. Could you send me the jar privately ? Guillaume PS: Feel free to join #thenesis IRC channel on irc.freenode.net and ask any questions 2007/12/9, Vitaly Repin <vit...@gm...>: > Hello! > > What are the MIDPath limitations? > > I have tried to launch intellisync application for S40 phones (got > from my nokia phone) in midpath environment and I got the following > error messages: > > ServiceImplName = com.nokia.es.msu.mail.j2me.J2meMailService > Loading service: com.nokia.es.msu.mail.IMailService, implementation: > com.nokia.es.msu.mail.j2me.J2meMailService > > 20071209 164109.0044[S][Thread-3] [FW] > > Sun Dec 09 16:41:09 GMT+02:00 2007 FRAMEWORK INIT > 20071209 164109.0045[S][Thread-3] [FW] BUILD: 8.0.50.25 > 20071209 164109.0046[S][Thread-3] [FW] DevicePlatform: null > 20071209 164109.0046[S][Thread-3] [FW] DeviceIMEI: null > 20071209 164109.0046[S][Thread-3] [FW] TZ: EET > 20071209 164109.0047[E][Thread-3] [FW] FRAMEWORK INIT FAILED! > <java.lang.NullPointerException>java.lang.NullPointerException > at pg.b(Unknown Source) > at pg.a(Unknown Source) > at pg.a(Unknown Source) > at com.nokia.es.msu.mail.j2me.J2meMailService.a(Unknown Source) > at ac.a(Unknown Source) > at AppMain.a(Unknown Source) > at AppMain.a(Unknown Source) > at nu.run(Unknown Source) > at java.lang.Thread.run(Thread.java:740) > at java.lang.VMThread.run(VMThread.java:120) > Exception in thread "Thread-3" java.lang.NullPointerException > at pg.b(Unknown Source) > at pg.a(Unknown Source) > at pg.a(Unknown Source) > at com.nokia.es.msu.mail.j2me.J2meMailService.a(Unknown Source) > at ac.a(Unknown Source) > at AppMain.a(Unknown Source) > at AppMain.a(Unknown Source) > at nu.run(Unknown Source) > at java.lang.Thread.run(Thread.java:740) > at java.lang.VMThread.run(VMThread.java:120) > > Can it be fixed or not? Does anybody have any idea what is the problem? > > Good bye! > -- > WBR & WBW, Vitaly > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Midpath-general mailing list > Mid...@li... > https://lists.sourceforge.net/lists/listinfo/midpath-general > |
From: Vitaly R. <vit...@gm...> - 2007-12-09 14:54:32
|
Hello! What are the MIDPath limitations? I have tried to launch intellisync application for S40 phones (got from my nokia phone) in midpath environment and I got the following error messages: ServiceImplName = com.nokia.es.msu.mail.j2me.J2meMailService Loading service: com.nokia.es.msu.mail.IMailService, implementation: com.nokia.es.msu.mail.j2me.J2meMailService 20071209 164109.0044[S][Thread-3] [FW] Sun Dec 09 16:41:09 GMT+02:00 2007 FRAMEWORK INIT 20071209 164109.0045[S][Thread-3] [FW] BUILD: 8.0.50.25 20071209 164109.0046[S][Thread-3] [FW] DevicePlatform: null 20071209 164109.0046[S][Thread-3] [FW] DeviceIMEI: null 20071209 164109.0046[S][Thread-3] [FW] TZ: EET 20071209 164109.0047[E][Thread-3] [FW] FRAMEWORK INIT FAILED! <java.lang.NullPointerException>java.lang.NullPointerException at pg.b(Unknown Source) at pg.a(Unknown Source) at pg.a(Unknown Source) at com.nokia.es.msu.mail.j2me.J2meMailService.a(Unknown Source) at ac.a(Unknown Source) at AppMain.a(Unknown Source) at AppMain.a(Unknown Source) at nu.run(Unknown Source) at java.lang.Thread.run(Thread.java:740) at java.lang.VMThread.run(VMThread.java:120) Exception in thread "Thread-3" java.lang.NullPointerException at pg.b(Unknown Source) at pg.a(Unknown Source) at pg.a(Unknown Source) at com.nokia.es.msu.mail.j2me.J2meMailService.a(Unknown Source) at ac.a(Unknown Source) at AppMain.a(Unknown Source) at AppMain.a(Unknown Source) at nu.run(Unknown Source) at java.lang.Thread.run(Thread.java:740) at java.lang.VMThread.run(VMThread.java:120) Can it be fixed or not? Does anybody have any idea what is the problem? Good bye! -- WBR & WBW, Vitaly |
From: Guillaume L. <gl...@th...> - 2007-12-07 10:51:46
|
Hi Simon, Sorry for the delay. You can't specify the root filesystems in the configuration file for now. But I added it to the todo list. About errors you got: indeed you need to add swt.jar to the classpath because SWT is not provided in the release tarball (the swt.jar in the lib directory is for compilation only). I have to add this point in the wiki/documentation. Thanks for your feedback. Guillaume PS: Feel free to join #thenesis IRC channel on irc.freenode.net and ask any questions 2007/12/3, Simon Kagstrom <sim...@gm...>: > Hello MidPath developers! > > I've downloaded MidPath 0.2 to use as a development platform for my > Cibyl environment (http://cibyl.googlecode.com). One test involves > reading files with the JSR075 FileConnection API, and in the sun > emulator you can specify where the root filesystem(s) are (like on a > real mobile phone). Can you do this with MidPath as well? Right now I > just get '/' as option when listing root filesystems. > > Another issue I've had is seemingly random crashes when pressing keys - > the midpath-test.sh crashes for example. I guess this might be because > of some problem with the eclipse JAR, I had to add > > /usr/lib/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.2.1.v3235.jar > > to the classpath in midpath-test.sh to avoid this error: > > java.lang.NoClassDefFoundError: org/eclipse/swt/events/KeyListener > 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.StandardMIDletLauncher.launch (StandardMIDletLauncher.java:78) > at org.thenesis.midpath.main.StandardMIDletLauncher.launchAndClose (StandardMIDletLauncher.java:72) > at org.thenesis.midpath.main.StandardMIDletLauncher.main (StandardMIDletLauncher.java:62) > > I also get this (or similar errors) when running Cibyl applications, > e.g., http://cibyl.googlecode.com/files/CibylTest-2007-10-27.jar (when > pressing keys). > > I'm running Debian etch. > > -- > // Simon > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > Midpath-general mailing list > Mid...@li... > https://lists.sourceforge.net/lists/listinfo/midpath-general > |
From: Simon K. <sim...@gm...> - 2007-12-03 16:57:39
|
Hello MidPath developers! I've downloaded MidPath 0.2 to use as a development platform for my Cibyl environment (http://cibyl.googlecode.com). One test involves reading files with the JSR075 FileConnection API, and in the sun emulator you can specify where the root filesystem(s) are (like on a real mobile phone). Can you do this with MidPath as well? Right now I just get '/' as option when listing root filesystems. Another issue I've had is seemingly random crashes when pressing keys - the midpath-test.sh crashes for example. I guess this might be because of some problem with the eclipse JAR, I had to add /usr/lib/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.2.1.v3235.jar to the classpath in midpath-test.sh to avoid this error: java.lang.NoClassDefFoundError: org/eclipse/swt/events/KeyListener 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.StandardMIDletLauncher.launch (StandardMIDletLauncher.java:78) at org.thenesis.midpath.main.StandardMIDletLauncher.launchAndClose (StandardMIDletLauncher.java:72) at org.thenesis.midpath.main.StandardMIDletLauncher.main (StandardMIDletLauncher.java:62) I also get this (or similar errors) when running Cibyl applications, e.g., http://cibyl.googlecode.com/files/CibylTest-2007-10-27.jar (when pressing keys). I'm running Debian etch. -- // Simon |
From: Guillaume L. <gl...@th...> - 2007-08-10 21:39:04
|
2007/8/10, Subbu Linux <sub...@gm...>: > Hello Team, > I am curently using midpath-0.1-alpha2, jamvm-1.4.5 and classpath-0.93 for > ARM Target. > I was able to cross compile Jamvm and Classpath for ARM target, to say > specfically LN2410 SOC, I was able to run console programs say > Helloworld.java using Jamvm, > but when I tried running midpath-test.sh with Jamvm, I am getting > Segmentation problem after Loading ..../events/Native.class just before > Creating Native class array. > I request someone to throw pointers on it. > > I have other quetsion, do Midpath depends on size of Ram? currently I have > 64MB on my board. > > And question with respect to casspath, what is the dependecy of midpath on > Classpath compilied --diable-gtk-peer, --diable-gconf-peer and without > plugins support? > > Hope someone can give me poiners or even some refernce to read about may > help me to solve problem. > > Regards > Subbu > Hi Subbu, > but when I tried running midpath-test.sh with Jamvm, I am getting > Segmentation problem after Loading ..../events/Native.class just before > Creating Native class array. Could you provide more traces ? > I have other quetsion, do Midpath depends on size of Ram? currently I have > 64MB on my board. MIDPath doesn't use a lot of memory. Hence 64 MB should be sufficient by far. > And question with respect to casspath, what is the dependecy of midpath on > Classpath compilied --diable-gtk-peer, --diable-gconf-peer and without > plugins support? MIDPath uses only a few packages from Classpath : java.lang, java.io, java.net, java.util. It doesn't rely on Classpath's AWT peers (except if you use the MIDPath's AWT backend) nor plugin support. Regards, Guillaume PS: Feel free to join #thenesis IRC channel on irc.freenode.net and ask any questions |
From: Guillaume L. <gl...@th...> - 2007-08-10 18:57:12
|
2007/8/10, narayana rao muttaraju <mut...@gm...>: > Hello There, > > Our goal is to run MIDlets on ARM Linux board we have. We have already > ported JAMVM onto the board and could see the Java class running as console > program. our next step is to port MIDpath. Is there any 'howto' for this so > that we can do the porting with minimal issues? > > Thanks for your time, > rao > Hi rao, There is no specific tutorial for porting MIDPath yet. You should preferably start from the "Install from the source repository" section in the installation guide (http://midpath.thenesis.org/en/Installation) The most important paragraph for you is "Compile the native backends". Guillaume PS: Feel free to join #thenesis IRC channel on irc.freenode.net and ask any questions |
From: Subbu L. <sub...@gm...> - 2007-08-10 08:08:52
|
Hello Team, I am curently using midpath-0.1-alpha2, jamvm-1.4.5 and classpath-0.93 for ARM Target. I was able to cross compile Jamvm and Classpath for ARM target, to say specfically LN2410 SOC, I was able to run console programs say Helloworld.java using Jamvm, but when I tried running midpath-test.sh with Jamvm, I am getting Segmentation problem after Loading ..../events/Native.class just before Creating Native class array. I request someone to throw pointers on it. I have other quetsion, do Midpath depends on size of Ram? currently I have 64MB on my board. And question with respect to casspath, what is the dependecy of midpath on Classpath compilied --diable-gtk-peer, --diable-gconf-peer and without plugins support? Hope someone can give me poiners or even some refernce to read about may help me to solve problem. Regards Subbu |
From: narayana r. m. <mut...@gm...> - 2007-08-10 07:56:23
|
Hello There, Our goal is to run MIDlets on ARM Linux board we have. We have already ported JAMVM onto the board and could see the Java class running as console program. our next step is to port MIDpath. Is there any 'howto' for this so that we can do the porting with minimal issues? Thanks for your time, rao |