Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there a stand alone JVM that run's on a PC without any OS

Tags:

java

jvm

As i know java programs are able to run on any Operating System. and there are JVM's for any kind of machines.

I need a JVM that runs on my PC stand alone, and not on my OS (windows or any thing else).

I mean a JVM that acts like a boot, instead of the OS boot

i searched for all versions of JVM on "www.java.com/en/download/manual.jsp", but i did not get the suitable JVM.

the following link helped me a little but that was not enough

http://java-virtual-machine.net/other.html#jvm

my PC CPU is AMD Athlon(tm) 64X2 Dual Core Processor 5200 + 2.69 GHz

any body can help me to find the suitable jvm version ?!

like image 886
Ammar Bozorgvar Avatar asked Dec 21 '10 21:12

Ammar Bozorgvar


2 Answers

Sure, have a look at JRockit Virtual Edition. As I understand it it's basically a micro kernel especially tailored for the JRockit VM.

From this page:

Java without the OS: JRockit Virtual Edition (VE)

Am I the only one that's never heard of this before? The Oracle JRockit team is looking at eliminating the OS from the stack required to run Java. This product will be called JRockit VE (not out yet)

like image 129
aioobe Avatar answered Sep 19 '22 14:09

aioobe


JavaOS

Good lucking getting hold of it, though, it's nothing more than a historical curiosity.

like image 41
skaffman Avatar answered Sep 22 '22 14:09

skaffman