[Pljava-dev] trying to build pljava

From: dave(dot)potts at pinan(dot)co(dot)uk (David Potts)
To:
Subject: [Pljava-dev] trying to build pljava
Date: 2008-03-08 19:40:46
Message-ID: 61175.84.92.92.26.1205005246.squirrel@dp2642.force9.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev


Hi

I am trying to build pljava on Linux on Ubuntu 7.10

My build is failing with errors such as

home/dp42/dload/pljava/pljava-1.4.0/src/java/pljava/org/postgresql/pljava/jdbc/SPIStatement.java:25:
org.postgresql.pljava.jdbc.SPIStatement is not abstract and does not
override abstract method isPoolable() in java.sql.Statement
public class SPIStatement implements Statement
^
/home/dp42/dload/pljava/pljava-1.4.0/src/java/pljava/org/postgresql/pljava/jdbc/SPIConnection.java:42:
org.postgresql.pljava.jdbc.SPIConnection is not abstract and does not
override abstract method createStruct(java.lang.String,java.lang.Object[])
in java.sql.Connection
public class SPIConnection implements Connection

Looking at the makefile, its invoke java with the 1.4 target release, I am
using java 1.6 is this support ?

Dave.

--
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of the
Pinan Software

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Kris Jurka 2008-03-08 19:51:08 [Pljava-dev] trying to build pljava
Previous Message Kris Jurka 2008-03-08 16:14:39 [Pljava-dev] pljava 1.4.0 install problem