Thread: Compiling Pl/Java

Compiling Pl/Java

From
Jorge Vidal - Disytel
Date:
Hi community,
    I've been trying to compile pl/java from cvs with no success.  Is it
going to be avaiable for pg 8.4  ?
We are going to run some intensive test on our system, and I thought it
was a good idea to test it under 8.4, but for that I need pl/java...

Jorge

Re: Compiling Pl/Java

From
Kris Jurka
Date:

On Mon, 22 Jun 2009, Jorge Vidal - Disytel wrote:

>    I've been trying to compile pl/java from cvs with no success.  Is it
> going to be avaiable for pg 8.4  ?

pl/java CVS builds against 8.4.  A common gotcha is that pljava will only
build with JDK 1.4 or 1.5 and fails with 1.6.  It can be run with a 1.6
JVM, just not built with it.

Kris Jurka