embedded Java VM for Cortex M3

非 Y 不嫁゛ 提交于 2019-11-27 16:07:27

问题


I'm currently searching for a Java VM which is portable (or already ported) to an ARM Cortex M3 (LPC1768 from NXP, 512kB ROM ). I have already some experience with simple Real Time Java (www.rtjcom.com) which has a small footprint and is well documented. Do you know some more embedded JVMs for Cortex M3? Ideally with a real Byte Code interpreter and a ClassLoader?

Thanks for your suggenstions.


回答1:


The following a Java VMs target embedded systems:

  • JamaicaVm (Commercial)
  • MicroJVM (Comercial)
  • Aonix Perc (Commercial)
  • PreonVm (Commercial)
  • AvianVM (Open source)
  • Open Mika (Open source)
  • Squawk (Open source)
  • SimplRJT (Open source needs no RTOS for threading support - seems to have disappeared)
  • Kaffe (Open source).

This article by Michael Barr and Jason Steinhorn may also be helpful.

Note that on a Cortex M3 it may be very slow. An ARM part with Jazelle or ThumbEE may be more appropriate.




回答2:


Take a look at IS2T JVM as well, as the other JVM simply do not run on Cortex M devices.



来源:https://stackoverflow.com/questions/10856437/embedded-java-vm-for-cortex-m3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!