Re: BUG #7577: JDBC Driver - Compiled with Java 7

From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: seancompusult <sean(at)compusult(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7577: JDBC Driver - Compiled with Java 7
Date: 2012-10-16 02:38:30
Message-ID: 507CC8A6.4070303@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 10/15/2012 11:10 PM, seancompusult wrote:
> Does anyone have a solution for people like me who must use Java 5?

I had no problems building current git head of the JDBC driver with Java
SE 5, nor the REL_9_2_STABLE branch.

export PATH=$HOME/java/jdk1.5.0_22/bin:$HOME/java/jdk1.5.0_22/jre/bin:$PATH;

export JAVA_HOME=$HOME/java/jdk1.5.0_22/

ant clean jar

--
Craig Ringer

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ricky Wong 2012-10-16 06:24:25 EnterpriseDB Advanced Server 8.2 Supported Platforms
Previous Message Craig Ringer 2012-10-16 02:34:24 Re: BUG #7603: Application takes long time to fetch data from postgresql database