Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Java embedded VM do you suggest for ARM development? [closed]

Tags:

There are a lot of Java embedded VMs. What do you suggest for ARM development?

  • http://www.cacaovm.org/
  • http://www.rtjcom.com/main.php?p=home
  • http://www.k-embedded-java.com/
  • http://jamvm.sourceforge.net/

I'm currently using the TINI platform from Dallas and works great (512 KB RAM and 1 MB flash), but now I need more power (memory and CPU).

like image 541
michelemarcon Avatar asked Mar 12 '09 10:03

michelemarcon


2 Answers

My final choice is JamVM + GNU Classpath. Works great! :)

like image 191
michelemarcon Avatar answered Oct 01 '22 02:10

michelemarcon


4 different VMs have been ported to Symbian OS, which runs on ARM cpus.

Sun's KVM, Sun's hotspot (or cldc-hi) VM, Sun's CDC VM and IBM J9 VM.

I suspect there are several more.

a good place to start your research would be the list of JavaME licensees:

http://java.sun.com/javame/licensees/index.jsp

like image 25
michael aubert Avatar answered Oct 01 '22 02:10

michael aubert