Re: setting classpaths in cygwin to use with java

From: "Robert J(dot) Sanford, Jr(dot)" <rsanford(at)nolimitsystems(dot)com>
To: "Konrad Hernblad" <konrad(at)pobox(dot)com>
Cc: <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: setting classpaths in cygwin to use with java
Date: 2001-10-09 14:17:47
Message-ID: HAEKIEGIHMCDGLOIEKGMMEKJCMAA.rsanford@nolimitsystems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

export CLASSPATH=...

> -----Original Message-----
> From: pgsql-cygwin-owner(at)postgresql(dot)org
> [mailto:pgsql-cygwin-owner(at)postgresql(dot)org]On Behalf Of Jason Tishler
> Sent: Monday, October 08, 2001 9:07 PM
> To: Konrad Hernblad
> Cc: pgsql-cygwin(at)postgresql(dot)org
> Subject: Re: [CYGWIN] setting classpaths in cygwin to use with java
>
>
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message David 2001-10-09 21:27:19 NT install
Previous Message Jason Tishler 2001-10-09 11:02:09 Re: setting classpaths in cygwin to use with java