JavaOS Guide, Meaning , Facts, Information and Description
JavaOS is an operating system with a Java virtual machine as a fundamental component. It is developed by Sun Microsystems. As Unix or Unix-like systems are primarily written in the C programming language, JavaOS is primarily written in the Java programming language.
| Table of contents |
|
2 Virtual machine 3 Drivers 4 Windowing system 5 Applications 6 External links |
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.
All device drivers are written in Java and executed by the virtual machine.
Drivers
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.
