[Pljava-dev] Status of PL/Java with GCJ

From: johann at 2ndquadrant(dot)com (Johann 'Myrkraverk' Oskarsson)
To:
Subject: [Pljava-dev] Status of PL/Java with GCJ
Date: 2012-04-16 18:38:24
Message-ID: m95mm5.x5m95mm5.wr5f.h68v.gnus@asuka.myrkraverk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi all,

Using PL/Java with GCJ will not work as of 2.0 - which will hopefully be
released soon.

This is due to PL/Java being JDBC4 only now and the classpath project
does not contain all the JDBC4 interfaces. Supporting JDK 1.4 or 1.5
has been discontinued as they have already been end of lifed by Sun (now
Oracle).

To use PL/Java with GCJ your options are:

1. Convince the classpath project to finish implementing the JDBC4
interfaces and classes.

2. Contribute this work yourself.

3. Sponsor the work through in independent 3rd party developer. This
will probably work best with someone who has contributed to the project
before.

4. Negotiate a contract with 2ndQuadrant to sponsor this work.

For more information on the classpath project and the status of the
JDBC4 interfaces see

http://www.gnu.org/software/classpath/

--
Johann Oskarsson http://www.2ndquadrant.com/ |[]
PostgreSQL Development, 24x7 Support, Training and Services --+--
|
Blog: http://my.opera.com/myrkraverk/blog/

Browse pljava-dev by date

  From Date Subject
Next Message Welty, Richard 2012-04-28 22:02:53 [Pljava-dev] pl/java and concurrency
Previous Message Johann 'Myrkraverk' Oskarsson 2012-04-13 21:06:59 [Pljava-dev] Multidimensional array support in resultset.updateObject()