Open AccessJournal Article
Java Virtual Machine and Its Porting
2
TL;DR: This JVM implementation shows as a guideline for Java virtual machine realization in embedded systems.
read more
Abstract: A Java virtual machine based on an embedded platform is explored and implemented. A Motorola MPC555 ETAS evaluation board is employed during the development, and RTXC is the embedded operation system under the JVM. The whole Java virtual machine can be scheduled within the RTXC system. Furthermore, some simple Java applications can be executed with the ported Java virtual machine. This JVM implementation shows as a guideline for Java virtual machine realization in embedded systems.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Research on Porting Technology of Kaffe Virtual Machine Based on ARM7/uClinux
Jing-mei Li,Ping Jiao,Chao-Feng Zheng,Jian-Pei Zhang,Nan Ding +4 more
- 28 Dec 2009
TL;DR: Kaffe was ported to ARM7/uClinux which was popular embedded platform in this paper, and "Java runtime environment" was built to support executing Java applications to verify the system's availability and provide the reference for the designer of embedded system to choose Java virtual machine.
5
Porting Java Virtual Machine in Embedded Systems Based on Qt4
TL;DR: An implementation of the JVM using Qt4 is given and the implementation details and improved algorithms of three blocks, i.e. components, graphic, and event processing are illustrated.