From: | "Peter B(dot) West" <pbwest(at)powerup(dot)com(dot)au> |
---|---|
To: | Corey Mosher <corey(at)pgsql(dot)com> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Errors Trying To Use JDBC |
Date: | 2001-04-17 01:16:19 |
Message-ID: | 3ADB9963.94C464E1@powerup.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Corey
I don't use tcsh (thank Heaven), but I think that `path' is a special
variable in tcsh, which also maintains the `PATH' variable. `path' is a
space-separated list, whereas `PATH' is the normal colon-separated
list. tcsh maintains the synchronisation between the two. None of this
magic contaminates CLASSPATH, which is expected to look like PATH.
It's all a good reason for sticking with (k|z|ba)sh.
Peter
Corey Mosher wrote:
>
> I'm using tcsh, so I think it is done the way I did it below.
> Maybe I'm wrong though, anyone have any ideas?
>
> Corey
>
> On Mon, 16 Apr 2001, toby cabot wrote:
>
> > >
> > >set CLASSPATH = ($CLASSPATH /usr/local/lib/postgresql.jar .)
> > >
> >
> > CLASSPATH is colon-delimited so try:
> >
> > set CLASSPATH = ($CLASSPATH:/usr/local/lib/postgresql.jar:.)
--
Peter B. West pbwest(at)powerup(dot)com(dot)au http://powerup.com.au/~pbwest
"Lord, to whom shall we go?"
From | Date | Subject | |
---|---|---|---|
Next Message | Peter T Mount | 2001-04-17 13:57:12 | Re: JDBC error in 7.0.3 |
Previous Message | Corey Mosher | 2001-04-16 19:35:39 | Re: Errors Trying To Use JDBC |