answered question
0
Votes
Votes
2
Answers
Answers
M$1.00
How to build an Operating System in Java?
How to build an Operating System which will run only java programs?
answers (2)
There's a fundamental problem with your goal, in that Java is a scripting language, which needs a CLR to run, which depends on an OS. So you cannot build an OS on top of a scripting language sitting on a CLR on top of an OS (or you could, but what would be the point).
More to the point, you could just take an existing environment and remove all file associations other than .js, so that it would only handle Java (something along those lines). Use one of the limited OS environments, that has most stuff already stripped out, like Windows Mobile or Android.
More to the point, you could just take an existing environment and remove all file associations other than .js, so that it would only handle Java (something along those lines). Use one of the limited OS environments, that has most stuff already stripped out, like Windows Mobile or Android.
Hey Nitin yes you can build an operating system implemented in Java check out TOS and download the pdf for ideas but I am afraid it would be slow. Check ou tthe links below for some reading.
on what basis u r sying it would be slow
Related questions
140 characters left












