Re: Pl/java in 8.4 bet1 sources compilation failed

From: Kris Jurka <books(at)ejurka(dot)com>
To: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
Cc: Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com>, postgresql Forums <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pl/java in 8.4 bet1 sources compilation failed
Date: 2009-05-29 18:29:58
Message-ID: 4A2029A6.8070806@ejurka.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Grzegorz Jaśkiewicz wrote:
> another question, what about tmdb ? it requires java6, so I assumed
> that jdbc is 1.6 friendly.... odd.

I have no idea what "tmdb" is. JDK 1.6 includes the JDBC 4 API while
1.4 and 1.5 include the JDBC 3 API. So building pljava doesn't
implement all of the JDBC 4 API and can't be built with JDK 1.6. It
will run under a 1.6 JVM as long as you don't use methods that are new
in JDBC 4.

Kris Jurka

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Douglas Alan 2009-05-29 20:12:46 Re: What is the right way to deal with a table with rows that are not in a random order?
Previous Message Kris Jurka 2009-05-29 18:27:11 Re: Pl/java in 8.4 bet1 sources compilation failed