How to create operating system using Java? -


this question has answer here:

is there anyway create operating system using java? there anyway embed windows java library develop os things jframe, jfilechooser, jtextarea, etc? or better off in long run learning c or c++?

yes, can.

many options available so:

  1. jni provides communication of java code native code. can develop boot loader in native code, ui in java
  2. java processor: implementation of jvm in hardware
  3. java optimized processors
  4. embedded java
  5. picojava

and on..

there's nothing can stop developing os in java. can find many oses written in java: cisco nasa...

however, creating tiny os requires lot of effort.


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -