Re: rpm jdbc installation

From: Antonio Fiol Bonnín <fiol(at)w3ping(dot)com>
To: Evelio Martinez <evelio(dot)martinez(at)testanet(dot)com>
Cc: Seema Noor <seema_56(at)yahoo(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: rpm jdbc installation
Date: 2001-05-07 11:38:41
Message-ID: 3AF68941.6F4B103A@w3ping.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> but the CLASSPATH is already set
> (/usr/java/jdk1.3/jre/lib/rt.jar:/usr/java/jdk1.3/lib:/usr/lib/pgsql:. )
>
> This is what I have in /usr/lib/pgsql
>
> jdbc6.5-1.1.jar
> jdbc6.5-1.2.jar
> jdbc7.0-1.1.jar
> jdbc7.0-1.2.jar
>

export
CLASSPATH=/usr/java/jdk1.3/jre/lib/rt.jar:/usr/java/jdk1.3/lib:/usr/lib/pgsql/one_of_the_above_files:.

To choose the right file, left number is JDBC driver version (?), right
number is Java version.

Antonio Fiol

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tony Grant 2001-05-07 13:52:34 Building JDBC in 7.1
Previous Message Christoph Jaeger 2001-05-07 11:38:01 Re: rpm jdbc installation