Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <5.0.0.25.0.20001118161457.00a54830@pop.bresnanlink.net> X-Sender: cabbey AT pop DOT bresnanlink DOT net X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Sat, 18 Nov 2000 16:27:07 -0600 To: From: Chris Abbey Subject: Re: How to run javac In-Reply-To: <00b601c05188$43d357a0$7e5858ca@bct51> References: <4 DOT 3 DOT 1 DOT 2 DOT 20001118123050 DOT 021d8890 AT pop DOT ma DOT ultranet DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Larry, nailed problem #1, javac is itself a java program, and java doesn't grok cygwin paths (unfortunately) so you need to either pass it a dos path it will understand, or a basic unix path it will understand. I'll discourage you from attempting the second, as it would go against the generally accepted rule of not putting cygwin' root directory in your dos root ( i.e. / == c:\ ). This leaves the best option as passing java a path it will understand. Try this: javac -d . `cygpath -w /cygdrive/c/abc/abc.java` alternately, pick up a copy of jikes (http://jikes.org/) which, when compiled as a cygwin application, will grok cygwin paths natively. The download path for a cygwin native tar ball is : http://oss.software.ibm.com/developerworks/opensource/jikes/project/download/mdejong/jikes-1_12-cygwin.tgz now the forces of openness have a powerful and unexpected new ally http://ibm.com/linux/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com