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:

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

link|improve this question

IBM also has an embedded JVM - www-01.ibm.com/software/wireless/weme - available for MIPS. – Thorbjørn Ravn Andersen Apr 29 '10 at 8:07
feedback

2 Answers

You might want to look at this too

http://www.sun.com/software/jpe/es/index.xml

Oracle offers engineering services for Java ME adoption.

link|improve this answer
feedback

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?".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.