From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: bash Date: Thu, 17 Oct 2002 20:58:18 +1000 Organization: ECLiPSE Lines: 19 Message-ID: <5g5tqu8lkmkvqr04q6rg4odq4pr0a267p5@4ax.com> References: <3dad8f7e DOT sandmann AT clio DOT rice DOT edu> NNTP-Posting-Host: p774-apx1.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1034852300 14955 203.173.143.12 (17 Oct 2002 10:58:20 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Thu, 17 Oct 2002 10:58:20 +0000 (UTC) X-Newsreader: Forte Agent 1.92/32.572 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >> > > bash-2.05b$ javac -d d:/documents/johnny BoardPanel.java TopPane.java >> > > BottomPane.java WheelOfFortune.java >> > > I get the following error: >> > > bash.exe: c:/progra~1/java/j2sdk1~1.0/bin/javac.exe: Not enough memory Where is the javac.exe from? There is no javac.exe in any of the 2.04 alpha binary files and I cannot execute it on my PC so I can only assume that this is from somewhere else. If you are going to mix 2.03 and 2.04 exe files be aware that 2.04 understands 2.03 symlinks, but 2.03 does NOT understand the newer 2.04 style symlinks. If you have a hex editor open the javac.exe and see if you can find out what complier it was built with by searching for DJGPP, MS, Borland etc.... If it is a DJGPP exe then check the dates included in plain text in the embedded stub in the first few lines (this is dependant on the editor). Andrew