Re: Compiling Pl/Java

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jorge Vidal - Disytel <jorgev(at)disytel(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Compiling Pl/Java
Date: 2009-06-22 21:38:33
Message-ID: alpine.BSO.2.00.0906221735060.4574@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gerry Reno 2009-06-22 21:53:23 Replication
Previous Message Jorge Vidal - Disytel 2009-06-22 21:26:35 Compiling Pl/Java