[Pljava-dev] unable to compile pljava

From: lyle at lcrcomputer(dot)net (Lyle Giese)
To:
Subject: [Pljava-dev] unable to compile pljava
Date: 2007-01-17 20:18:03
Message-ID: 45AE847B.7010100@lcrcomputer.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

I ahve been trying to install pljava(1.3.0) on SuSE and left it alone
for awhile and just came back to this project and am trying again. I
installed 32bit SuSE 10.1 without any java and install java,
jre(1.5.0_11 and jdk(1.6.0) from Sun.

When I try to make pljava I get several lines like below (these are the
first two lines) and make stops. I tried to use GCJ to compile it and
it compilies, but I get no JNI_createJVM in pljava.so(which is where I
left off a couple of months ago).

Any body have any clues on where the below comes from and how to correct
this?

Thanks,
Lyle Giese

Start of compile errors using GCC on SuSE 10.1:

/home/addons/pljava-1.3.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/addons/pljava-1.3.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
^

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Ryan Holmes 2007-01-18 01:01:23 [Pljava-dev] unable to compile pljava
Previous Message Ryan Holmes 2007-01-16 23:24:56 [Pljava-dev] Portal object leak