Re: Pl/java in 8.4 bet1 sources compilation failed - Mailing list pgsql-general

From Kris Jurka
Subject Re: Pl/java in 8.4 bet1 sources compilation failed
Date
Msg-id 4A2029A6.8070806@ejurka.com
Whole thread Raw
In response to Re: Pl/java in 8.4 bet1 sources compilation failed  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
List 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

pgsql-general by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Pl/java in 8.4 bet1 sources compilation failed
Next
From: Douglas Alan
Date:
Subject: Re: What is the right way to deal with a table with rows that are not in a random order?