recommendation for java VM running on embedded system
Posted
by pierr
on Stack Overflow
See other posts from Stack Overflow
or by pierr
Published on 2010-04-29T06:47:31Z
Indexed on
2010/04/29
7:17 UTC
Read the original article
Hit count: 400
Hi,
We are trying to support Java enviroment on our embedded platform (700MHZ MIPS74K, 128-256M memory).After reading this article and googling a bit, I come up with the shorted list:
- Sun Java SE for embedded
- Kaffe
- Jbed
- Perc
- HP Chai VM
- PhoneME
I was quite new to Java and its Runtime enviroment. Your suggestion is greatly appreciated.
© Stack Overflow or respective owner