Re: Errors Trying To Use JDBC

Поиск
Список
Период
Сортировка
От Peter B. West
Тема Re: Errors Trying To Use JDBC
Дата
Msg-id 3ADB9963.94C464E1@powerup.com.au
обсуждение исходный текст
Ответ на Re: Errors Trying To Use JDBC  (Corey Mosher <corey@pgsql.com>)
Список 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@powerup.com.au  http://powerup.com.au/~pbwest
"Lord, to whom shall we go?"

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Dave Cramer"
Дата:
Сообщение: JDBC setObject
Следующее
От: "Steven Smith"
Дата:
Сообщение: Failed Connection?