Re: postgres CVS Against j2sdk1.4 Failure - Mailing list pgsql-jdbc

From Jim Bowery
Subject Re: postgres CVS Against j2sdk1.4 Failure
Date
Msg-id OE75P0QzBxhJTANZwwP00002cf3@hotmail.com
Whole thread Raw
In response to postgres CVS Against j2sdk1.4 Failure  ("Jim Bowery" <jim_bowery@hotmail.com>)
List pgsql-jdbc
Normally when doing a postgres build, the commands:

$ ./configure --with-java
$ make
$ make check
$ make install

Do it all.

Are you suggesting I leave the --with-java off the ./configure and, instead
put the jdbc jar file somewhere subsequent to the make install?  If so,
where, exactly should I put it?

----- Original Message -----
From: "Dave Cramer" <Dave@micro-automation.net>
To: "Jim Bowery" <jim_bowery@hotmail.com>
Cc: <pgsql-jdbc@postgresql.org>
Sent: Monday, April 29, 2002 4:40 PM
Subject: Re: [JDBC] postgres CVS Against j2sdk1.4 Failure


> I'm not exactly sure what I said in the link below, but the driver will
> not build under jdk1.4.
>
> You can use a binary jar compiled under jdk 1.3 in a 1.4 environment
> however.


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: postgres CVS Against j2sdk1.4 Failure
Next
From: tony
Date:
Subject: I'm reading the source now...