Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

J2ME development without Java?

I'm making my first foray into the J2ME world. I'd prefer to use a functional language to do the development.

Scala used to have CLDC support, but it's no longer maintained. Bigloo seems to have disappeared.

Interpreters (such as Jython) are a no-go, since J2ME apps have to be small (at least, mine has to be).

I would like to know of anyone who has been able to use another JVM language to build J2ME apps.

like image 557
Wynand Winterbach Avatar asked Nov 25 '08 21:11

Wynand Winterbach


2 Answers

Running a different language on top of CLDC might be cool but the devices are usually very constrained in memory and CPU that this is merely impossible.

Look forward to JavaFX which will bring new wind to mobile marketplace. For existing handsets you have to use Java ME.

like image 182
Honza Avatar answered Nov 10 '22 02:11

Honza


If you're on Symbian, you can try Python for S60

like image 2
Pavel Alexeev Avatar answered Nov 10 '22 04:11

Pavel Alexeev