From: | Corey Mosher <corey(at)pgsql(dot)com> |
---|---|
To: | toby cabot <toby(at)caboteria(dot)org> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Errors Trying To Use JDBC |
Date: | 2001-04-16 19:35:39 |
Message-ID: | Pine.BSF.4.21.0104161634260.405-100000@wired.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
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:.)
>
>
Corey Mosher
-----------------------------
Hub.Org Networking Services
251 Main St.
Wolfville, NS
Canada
B0P 1X0
Email: corey(at)hub(dot)org
Phone: (902) 542-3657
-----------------------------
PostgreSQL, Inc.
251 Main St.
Wolfville, NS
Canada
B0P 1X0
Email: corey(at)pgsql(dot)com
Phone: (902) 542-0713
-----------------------------
Fax: (902) 542-5386
From | Date | Subject | |
---|---|---|---|
Next Message | Peter B. West | 2001-04-17 01:16:19 | Re: Errors Trying To Use JDBC |
Previous Message | Corey Mosher | 2001-04-16 13:49:30 | Errors Trying To Use JDBC |