Re: 9.1-903 JDBC 3 Download

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: 9.1-903 JDBC 3 Download
Date: 2012-10-21 18:10:58
Message-ID: 50843AB2.2080109@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 10/20/12 4:28 PM, dmp wrote:
> Today I downloaded the postgresql-9.1-903.jdbc3.jar from the website,
> http://jdbc.postgresql.org/download/postgresql-9.1-903.jdbc3.jar. The
> jar once installed in replace of the older version crashed the app.
> on Class.forName(org.postgresql.Driver).
>
> Exception in thread "AWT-EventQueue-0"
> java.lang.UnsupportedClassVersionError: org/postgresql/Driver :
> Unsupported major.minor version 51.0

I ran into this too. the current 903.jdbc3 can't be run with Java 1.5,
I've got some software that REQUIRES 1.5 (pljava for one), we had to
revert to 902.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message colin 2012-10-22 01:23:22 test will not be finished when i using 200 client threads
Previous Message David Johnston 2012-10-21 14:51:30 Re: Struct Support