[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

[maemo-developers] J2ME on Nokia 770

2006-03-07 Thread barteo
Hello, I've read some discussion on that list about the possibility of running J2ME MIDlets on Nokia 770. As I've found, the problem is because of lack of J2ME implementation for that device. I'm an author of MicroEmulator (http://www.sf.net/projects/microemulator) - pure java CLDC/MIDP

RE: [maemo-developers] J2ME on Nokia 770

2006-03-07 Thread barteo
MicroEmulator has two branches: - stable - CLDC 1.0, MIDP 1.0 - dev - CLDC 1.0, MIDP 1.0/2.0 But most code of CLDC is connected with generic J2SE implementation (because now MicroEmulator is something like J2ME on J2SE). Some help from GNU Classpath should be taken porting ME (CLDC part) to Nokia

RE: [maemo-developers] J2ME on Nokia 770

2006-03-07 Thread barteo
Right. Most work for that port would be in: - choosing JVM, - create CLDC implementation, - create graphics support (MIDP part) to GTK+. Regards, Bartek Teodorczyk Original Message Subject: Re: [maemo-developers] J2ME on Nokia 770 From: Jesper Zuschlag [EMAIL PROTECTED]