RE: [HACKERS] Request for 7.0 JDBC status

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Thomas Lockhart'" <lockhart(at)alumni(dot)caltech(dot)edu>, Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: [HACKERS] Request for 7.0 JDBC status
Date: 2000-05-02 08:03:25
Message-ID: 1B3D5E532D18D311861A00600865478C70C536@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

The jar file isn't built automatically in 7.0. You'll have to use:

make jdbc2 jar

The reason for this is partly on how make works, and partly because of
the kludge we have for handling the different API versions (like
JDBC1.1, JDBC2 etc)

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Thomas Lockhart [mailto:lockhart(at)alumni(dot)caltech(dot)edu]
Sent: Tuesday, May 02, 2000 4:27 AM
To: Lamar Owen
Cc: Bruce Momjian; PostgreSQL-development; PostgreSQL-interfaces
Subject: Re: [HACKERS] Request for 7.0 JDBC status

> If so, I need them (Java 1 and 2) for the RPM's. I don't do Java --
and
> the RPM's have historically packaged the .jar files as pulled verbatim
> from retep.org.uk. I haven't distributed RC2 RPM's yet for partially
> that reason

"I don't do Java" can change fairly easily; just pick up the java
tarball from blackdown.org or sun.com, untar it into /usr/local, then
set your path via

set path=(/usr/local/jdk-xxx $path)

Go into src/interfaces/jdbc and type

make jdbc2

then grab the jar file(s).

otoh, how close are you Peter (hope you see this; I've blown away
enough email to have lost your address) to posting a built jar file or
whatever is usually provided? Should we post this somewhere on
postgresql.org to help out? Should I post my recently built stuff?

> NOTE:
> I have gotten good response and patches to the RPM's from a number of
> people this go around -- and it is ENCOURAGING!

Great!

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Mount 2000-05-02 08:11:08 RE: [HACKERS] Request for 7.0 JDBC status
Previous Message Peter Mount 2000-05-02 08:00:49 RE: [HACKERS] Request for 7.0 JDBC status

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-05-02 08:07:09 RE: Request for 7.0 JDBC status
Previous Message Peter Mount 2000-05-02 08:00:49 RE: [HACKERS] Request for 7.0 JDBC status