Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommendation for Java VM running on embedded system

We are trying to support Java enviroment on our embedded platform (700 MHz MIPS 74K, 128-256 MB memory). After reading this article and googling a bit, I came up with the shorted list:

  • Java ME from Sun
  • Kaffe
  • Jbed
  • Perc
  • HP Chai VM
  • PhoneME - seems the most promising one
  • IBM WEME (Thanks to Thorbjørn Ravn Andersen)
  • Aplix JBlend (Thanks to QuickRecipesOnSymbian)

I was quite new to Java and its runtime enviroment. What do you recommend for a Java VM running on MIPS 74K?

like image 963
pierrotlefou Avatar asked Apr 29 '10 06:04

pierrotlefou


1 Answers

You might want to look into Aplix JBlend and at a similar Stack Overflow question, "What Java embedded VM do you suggest for ARM development?".

like image 70
michael aubert Avatar answered Sep 28 '22 00:09

michael aubert