Udit Dey
Udit Dey

Reputation: 183

Can run java programs without an OS?

I know that all java programs are executed by the JVM. This makes java compatible with all operating systems (Write once, run anywhere). But can I run a java program without an OS? Maybe run just the JVM? And if it is possible, will the functionality be affected in any way?

Note: My main question is, can java programs be directly run on hardware (via a JVM)? Are there any low level JVMs that I could 'boot up' in my computer?

Upvotes: 3

Views: 804

Answers (1)

FallAndLearn
FallAndLearn

Reputation: 4135

Factually we can have jvm without OS. Heard about some work in going in that direction.

Gained with Oracle's acquisition of BEA Systems ... Oracle has resuscitated avant-garde virtualization technology: a Java Virtual Machine that runs directly on the hypervisor, without an operating system.

Upvotes: 7

Related Questions