Jump to content

JavaOS

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cgs (talk | contribs) at 00:10, 30 April 2004 (Good stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

JavaOS is a operating system with a Java virtual machine as a fundamental component. It is developed by Sun. As a unix system is primarily written in the C programming language, JavaOS is primarily written in the Java programming language.

Microkernel

The system is based on a hardware architecture native microkernel.

Platforms that the kernel runs on include

Virtual Machine

The Java virtual machine runs on the microkernel.

Drivers

All device drivers are written in Java and executed by the virtual machine.

Windowing System

A graphics and windowing system, implementing the AWT API is also written in Java.

Applications

JavaOS was designed to run on embedded systems and has applications in devices such as set top boxes, networking infastructure and ATMs.