From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: java! Date: 27 Feb 2001 15:13:42 GMT Organization: Aachen University of Technology (RWTH) Lines: 34 Message-ID: <97gg76$edg$1@nets3.rz.RWTH-Aachen.DE> References: NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 983286822 14768 137.226.32.75 (27 Feb 2001 15:13:42 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 27 Feb 2001 15:13:42 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Pramod Mambalam wrote: > is there any way to compile and execute java programs on the djgpp > platform. In a nutshell: no. Not currently, and not in the planned future either, AFAIK. The problem is that DOS is not suitable as a platform to execute typical Java programs on. The subset of Java that every platform is supposed to support includes a Windowing GUI, multitasking and -threading, and quite some other other things that DOS (even with the DJGPP libc sitting on top of it) simply doesn't know of. Making Java programs run on top of DOS would require to re-invent more than half of Win9x from scratch, and I don't know of anyone who might be willing to do that. The only exception would be one of the explicitly limited Java subsets (meant for use with small embedded devices and the likes) --- that you can implement on top of DOS, if you add at least a small IP networking layer to it, I think. > linux, so even stuff that's not djgpp but will work with windows 95/98 is > fine also. Get the plain old JDK from Sun for Win95, then, and proceed from there. But is has no relationship to DJGPP except for both being free. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.