| From: | Peter Mount <peter(at)retep(dot)org(dot)uk> |
|---|---|
| To: | Rick Roberts <rick(at)ait-web(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Compiling JDBC Driver |
| Date: | 2000-10-17 19:28:26 |
| Message-ID: | Pine.LNX.4.21.0010172026380.425-100000@maidast.demon.co.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Tue, 17 Oct 2000, Rick Roberts wrote:
> What's the trick to getting it to compile?
> I'm on Linux 6.2, using JDBC2.
It depends on the version of the driver.
In most 6.5 & 7.0 you type:
make jdbc2
In 7.1, you have 3 options. The easiest is:
make
while:
make jdbc2 builds the standard java2 driver
and
make enterprise builds the enterprise edition java2 driver
Peter
--
Peter T Mount peter(at)retep(dot)org(dot)uk http://www.retep.org.uk
PostgreSQL JDBC Driver http://www.retep.org.uk/postgres/
Java PDF Generator http://www.retep.org.uk/pdf/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-10-17 19:38:37 | Re: startup script for Solaris |
| Previous Message | Tom Lane | 2000-10-17 19:27:26 | Re: vacuums failing |