Embed JVM into micro-controller [closed]

风格不统一 提交于 2019-11-29 22:50:45

问题


I am new in embedded world. May be I am wrong. But I want a relevant solution.

I just want to embed java environment into a MCU for ease to develop application. The MCU vendor have provide the C library for lcd, sensor, spi, buttons, UART, DIO etc etc. Can I embed java into this ?? I mean, I want to use java on the MCU, uppon those device drivers.

Can I use or make something like this??

I have seen the simple Real-Time-Java it's very tiny.

Thank you.


回答1:


Take a look at NanoVM and Bajos.



来源:https://stackoverflow.com/questions/11940169/embed-jvm-into-micro-controller

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