Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Beginning Java and the fly likes What is meant by java-based-operating system? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "What is meant by java-based-operating system?" Watch "What is meant by java-based-operating system?" New topic
Author

What is meant by java-based-operating system?

jacob deiter
Ranch Hand

Joined: Apr 02, 2008
Posts: 576
I read book, in that, It is given that, JVM can be implemented on software-based operating system or on silicon chips (java-based-operating system)?

What is meant by java-based-operating system?


Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12907
    
    3

There are some efforts to write an operating system (almost) entirely in Java: JOS, JNode. None of those really took off as a serious operating system.

There have also been attempts at making CPUs that could directly execute Java bytecode as their native instruction set - see Java processor in Wikipedia for a few links. Those also haven't been very succesful.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

A Java-based OS is an OS written entirely, or mostly, in Java.

Sun had one too: JavaOS.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: What is meant by java-based-operating system?
 
Similar Threads
Is java a platform
Recycle bin path
Java installation problems
Do we need to supply command line search for and book flights?
Marcus Green's Mock Question Confusion