Linked by Thom Holwerda on Wed 30th Apr 2008 13:04 UTC, submitted by someone
Thread beginning with comment 312136
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2005-07-15
sun have a jvm for a lot of embedded system
also it's not the sun's job to create a jvm for all cpu...
sun provide an implementation... people can create a jvm if they want...
a lot of embdedded system use java to program... like muvium (www.muvium.com)... this system cpu is under 50Mhz...
don't forget java is a language...
if you find the jvm implementation you use, try to use another one... or try compagny who take the java code and convert it directly in c or asm...
you can try gcj... but for the majority of the test i done, it's slower than sun jvm