开发者

Is it possible to run Java-GUI programs under Dos systems

开发者 https://www.devze.com 2023-03-08 15:36 出处:网络
I was surprised if there is any way to run Java Swing or AWT under a DOS operating system, like freedos. Is there an开发者_运维技巧y other way to run a Java GUI under DOS?Not exactly DOS, but you can

I was surprised if there is any way to run Java Swing or AWT under a DOS operating system, like freedos. Is there an开发者_运维技巧y other way to run a Java GUI under DOS?


Not exactly DOS, but you can try Charva which is like 'ncurses' for Java ?


This claims to have some GUI functionality, but very slow! http://sourceforge.net/projects/jaguid/


There was a port of Kaffe for DOS, but it could only run headless (without GUI). So I think the answer is no.


There was a VM for DOS called JavaPC. It was discontinued a long time ago though and this is the only reference I can find.

0

精彩评论

暂无评论...
验证码 换一张
取 消