[Pljava-dev] pljava on AIX for postgres 9.1.x and IBM AIX Java 6?

From: books at ejurka(dot)com (Kris Jurka)
To:
Subject: [Pljava-dev] pljava on AIX for postgres 9.1.x and IBM AIX Java 6?
Date: 2012-10-10 19:17:45
Message-ID: 5075C9D9.9080303@ejurka.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 10/10/2012 11:49 AM, John R Pierce wrote:
> $ java -cp deploy.jar:postgresql-9.1-903.jdbc3.jar
> org.postgresql.pljava.deploy.Deployer -install
> Exception in thread "main" java.lang.UnsupportedClassVersionError:
> (org/postgresql/Driver) bad major version at offset=6
>
> Is that complaining that the JDBC driver is the wrong version?
>

Yes, the latest release of the JDBC drivers were botched and built with
the wrong java version. I don't know what the status of a fix for that
is, but you should be able to run the deployer with Java6 to install
pljava for a different java version because the deployer is all client
side and has nothing to do with the server jvm.

Kris Jurka

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message John R Pierce 2012-10-10 23:00:20 [Pljava-dev] pljava on AIX for postgres 9.1.x and IBM AIX Java 6?
Previous Message John R Pierce 2012-10-10 18:49:53 [Pljava-dev] pljava on AIX for postgres 9.1.x and IBM AIX Java 6?