Re: 9.1-903 JDBC 3 Download

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: dmp <danap(at)ttc-cmc(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: 9.1-903 JDBC 3 Download
Date: 2012-10-23 15:40:49
Message-ID: CADK3HHK6rDCv7E3sUqm7WGCBfak2DOfiQ-UQWLG_j28bqRZbrA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

danap

I am working on automating it. The challenge was setting up an
environment with 3 jvm's I built EC2 instance with the three of them

Any help you can provide would be appreciated.

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

On Tue, Oct 23, 2012 at 11:18 AM, dmp <danap(at)ttc-cmc(dot)net> wrote:
> That jar now works fine Dave. Thank you.
>
> Perhaps this is an ignorant question, but is the building
> of these jars automated? If not I will be releasing the next
> version of my project this week and could spend some time
> now maybe helping out in that area?
>
> danap.
>
> Dave Cramer wrote:
>>
>> I've uploaded a recompiled version of that jar, can someone verify
>> that it is correct ?
>>
>> Dave Cramer
>>
>> dave.cramer(at)credativ(dot)ca
>> http://www.credativ.ca
>>
>>
>> On Sun, Oct 21, 2012 at 2:10 PM, John R Pierce<pierce(at)hogranch(dot)com>
>> wrote:
>>>
>>> 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 dmp 2012-10-23 16:57:17 Re: 9.1-903 JDBC 3 Download
Previous Message dmp 2012-10-23 15:18:09 Re: 9.1-903 JDBC 3 Download