This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: bash, javac and that pesky slash.


That's true. jdk is a Windows native application, it wasn't compiled with
cygwin. Therefore, it doesn't understand the '/' used by UNIX (cygwin); you
must use the M$ '\'. Also, drives must be referenced by their "names" (e.g.
"D:" in your case, and not "//d"). Other: the CLASSPATH environment variable
must use M$-path-style also, because it is meant to be interpreted by jdk
tools.

HTH.

Regards,

Andre
--
André Oliveira da Costa
(costa@cade.com.br)

> -----Original Message-----
> From: cygwin-owner@sourceware.cygnus.com
> [mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Randall R Schulz
> Sent: Monday, January 24, 2000 3:39 PM
> To: Craig MacFarlane; cygwin@sourceware.cygnus.com
> Subject: Re: bash, javac and that pesky slash.
>
>
> Craig,
>
> You must distinguish Cygwin programs from all others and use Windows
> native path name syntax for any program not compiled for Cygwin. For
> me, this most often manifests itself when I wish to launch Vim.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]