Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-10 Thread Fabrice Di Meglio
Hi Clemens, OK, thx. Could you tell us where did you find the corresponding packages for JamVM and Classpath as the ones I have found does not install correctly ? Fabrice Di Meglio On Mar 9, 2006, at 11:09 PM, Clemens Eisserer wrote: Please explain: "(Free)Swing runs nice on 770." Wel

Fwd: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-09 Thread Clemens Eisserer
> Please explain: > "(Free)Swing runs nice on 770." Well when I tried to run JamVM+Classpath on my 770 Swing examples ran fine except the issues I explained. lg Clemens ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailm

Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-09 Thread Fabrice DI MEGLIO
Please explain: "(Free)Swing runs nice on 770." Fabrice Di Meglio Clemens Eisserer wrote: I also think, that a Java J2ME Personal Profile implementation (which includes AWT) and addtional eSWT would be the best solution for the Nokia 770. If possible the JVM should use the Jazelle extension

Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-09 Thread Clemens Eisserer
> I also think, that a Java J2ME Personal Profile implementation (which includes > AWT) and addtional eSWT would be the best solution for the Nokia 770. If > possible the JVM should use the Jazelle extension of the ARM CPU in the Nokia > 770. Swing isn't necessary, and in my opinion not really a go

Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-09 Thread Bernd Lachner
> For me, SWT provides a very nice integration to the host UI. > As it uses the host UI widgets, the overhead is minimal compare to a > full java implementation. I also think, that a Java J2ME Personal Profile implementation (which includes AWT) and addtional eSWT would be the best solution for

Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-08 Thread Philippe Laporte
Hi, The GTK+ port of Classpath does the same for its AWT... Regards, -- Philippe Laporte Software Gatespace Telematics Första Långgatan 18 41328 Göteborg Sweden Phone: +46 702 04 35 11 Fax: +46 31 24 16 50 Email: [EMAIL PROTECTED] Fred Lefévère-Laaoide wrote: For me, SWT provides a

Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-08 Thread Fred Lefévère-Laaoide
For me, SWT provides a very nice integration to the host UI. As it uses the host UI widgets, the overhead is minimal compare to a full java implementation. Resources are scarce on the 770 ... Fred Philippe Laporte wrote: Hej, I'm quite interested in your argument for it... Regards, Phi

Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-08 Thread Philippe Laporte
Hej, I'm quite interested in your argument for it... Regards, Philippe Laporte Software Gatespace Telematics Första Långgatan 18 41328 Göteborg Sweden Phone: +46 702 04 35 11 Fax: +46 31 24 16 50 Email: [EMAIL PROTECTED] Fred Lefévère-Laaoide wrote: Great ! I think SWT is the way

Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-08 Thread Fred Lefévère-Laaoide
Great ! I think SWT is the way to go ! Fred [EMAIL PROTECTED] wrote: Hello, After little hacking I've successfully executed MIDlet on Maemo SDK using MicroEmulator. Here is screenshot of SimpleDemo MIDlet: http://www.barteo.net/microemulator/j2me-maemo.png Because of problems with AWT and Sw

[maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-08 Thread barteo
Hello, After little hacking I've successfully executed MIDlet on Maemo SDK using MicroEmulator. Here is screenshot of SimpleDemo MIDlet: http://www.barteo.net/microemulator/j2me-maemo.png Because of problems with AWT and Swing, I've decided to give SWT a chance (there is already support for that