I was talking with a friend of mine recently who supports a wide variety of (programmable) lab equipment. He will be using Java in the future to "program" some of these systems, the more modern systems using XP. A few of these systems are VERY old - 8088 and 286 based PCs running DOS. He asked me if Java was available for DOS. I told him I didn't know.
Does anyone know if there are any versions of javac and java available for DOS? If so, what version(s)? What are the minimum system requirements? Where can they be found for download?
java-virtual-machine.net does list, on their page of "other" JVMs, a link to the Taurus JavaVM Project for which there is a DOS version. Not sure of its abilities or compatibilities. You can also try Googling [DOS JVM] and [DOS Java Virtual Machine] and see what you come up with. [ December 05, 2008: Message edited by: Mark Vedder ]
Pat Moran
Greenhorn
Joined: Feb 11, 2004
Posts: 20
posted
0
Thank you, Mark. Now I know that it is worth some additional research, which I will definitely do.
Pat
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35247
7
posted
0
The Sun JREs never supported DOS. But Kaffe claims to do so. I have no idea about the extent of it, but would guess that it's pretty limited. Plus, you'd also need class libraries for the JVM to be useful. [ December 08, 2008: Message edited by: Ulf Dittmer ]