Java For Starters: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m typos
Line 7:
==The problem with OS development in Java==
 
The main problem for people writing an OS in a language without flexible native tools is the lack of the tools. Also Java program needs Java runtimeRuntime environmentEnvironment (JRE) to be run. But during OS startup there's no JRE and we should somehow manage to run Java program without it. As we can see, there's a need in tools and runtime support now. More information on using different languages in OS development is present [[Languages | here]].
 
==How to run you without a car?==