Harman Patil (Editor)

JavaOS

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer
  
Sun Microsystems

Working state
  
Discontinued

Kernel type
  
Microkernel

Written in
  
Java

Source model
  
Closed source

Platforms
  
ARM, PowerPC, SPARC, IA-32 (x86)

JavaOS is an operating system with a Java virtual machine as a fundamental component, originally developed by Sun Microsystems. Unlike Windows, Mac OS, Unix or Unix-like systems which are primarily written in the C programming language, JavaOS is primarily written in Java. It is now considered a legacy system.

Contents

History

JavaOS was originally announced in 1996 by Sun's JavaSoft subsidiary as a compact OS designed to run "in anything from net computers to pagers". In 1998, Sun recruited IBM to accelerate its development. IBM indicated its focus was more on network computer than clients, specifically to replace traditional "green screen" and UNIX terminals, and to implement single application clients.

It boots independently, supports a password protected login, own device drivers, has its own window system and API and can execute several Java applets at the same time. Java Soft has granted licenses to more than 25 manufacturers, including Oracle Corp, Acer Inc., Xerox, Toshiba Corp and Nokia. IBM and Sun announced the cooperation for JavaOS for Business at the end of March 1998.

In 1999, Sun and IBM announced the end of the JavaOS project. As early as 2003, Sun materials referred to JavaOS as a "legacy technology", recommending migration to Java ME, leaving the choice of specific OS and Java environment to the implementer.

Design

The system is based on a hardware architecture native microkernel. The Java virtual machine runs on top of the microkernel.

Platforms that the kernel runs on include:

  • ARM
  • PowerPC
  • SPARC
  • StrongARM
  • IA-32
  • All device drivers are written in Java and executed by the virtual machine.

    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 infrastructure and ATMs. It's also the operating system that comes with the JavaStation.

    References

    JavaOS Wikipedia