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

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -