Re: setting classpaths in cygwin to use with java - Mailing list pgsql-cygwin

From Jason Tishler
Subject Re: setting classpaths in cygwin to use with java
Date
Msg-id 20011008220719.D1148@dothill.com
Whole thread Raw
In response to setting classpaths in cygwin to use with java  (Konrad Hernblad <konrad@pobox.com>)
Responses Re: setting classpaths in cygwin to use with java  ("Robert J. Sanford, Jr." <rsanford@nolimitsystems.com>)
List pgsql-cygwin
Konrad,

On Sun, Oct 07, 2001 at 12:52:36AM +0900, Konrad Hernblad wrote:
> i want to try to do something like:
>
> set CLASSPATH= $(cygwin.exe -p -w $CLASSPATH)
> * this obviously doesn't work, but i'm trying to find out what the correct
> equivalent is.

IMO, the proper way to set personal environment variables (e.g.,
CLASSPATH), is to set them in your .bash_profile (or .bashrc).  If you
choose to following this suggestion, then remember to start bash with the
"--login" option.

Jason

pgsql-cygwin by date:

Previous
From: Jason Tishler
Date:
Subject: Re: WinNT 4.0, 7.1.3, build hangs on "no rule" for libpq.a
Next
From: Jason Tishler
Date:
Subject: Re: setting classpaths in cygwin to use with java