Re: [Spam] Re: [BUGS] BUG #7577: JDBC Driver - Compiled with Java 7

2012-10-16 Thread Craig Ringer
On 10/16/2012 08:10 PM, Sean Hogan wrote: On 12-10-16 12:08 AM, Craig Ringer wrote: 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_S

Re: [Spam] Re: [BUGS] BUG #7577: JDBC Driver - Compiled with Java 7

2012-10-16 Thread Sean Hogan
On 12-10-16 12:08 AM, Craig Ringer wrote: 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. Ah, quite right. I was

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

2012-10-15 Thread Craig Ringer
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/bi

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

2012-10-15 Thread seancompusult
To add to this, it's not just a question of making more sense. Compiling the code with Java 7 means the generated class files are version 51, which is not acceptable to a Java 5 JRE - it wants version 49. So the existing pre-built jar cannot simply be dropped into a Java 5 app. To get around thi

[BUGS] BUG #7577: JDBC Driver - Compiled with Java 7

2012-10-02 Thread nicwillemse
The following bug has been logged on the website: Bug reference: 7577 Logged by: Nic Willemse Email address: nicwille...@gmail.com PostgreSQL version: 9.1.0 Operating system: Linux Description: Hi, I downloaded the JDBC driver located at http://jdbc.postgresql.org/i