Re: build --with-java

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: David Rigler <drave(at)blueyonder(dot)co(dot)uk>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: build --with-java
Date: 2002-10-03 11:44:46
Message-ID: 1033645487.1971.186.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

David,

Make sure you delete the old class build files

ant clean

Dave
On Thu, 2002-10-03 at 06:39, David Rigler wrote:
>
> Hi
>
> im using jakarta-ant-1.5, j2sdk1.4.1, j2sdkee1.3.1 and postgresql-7.2.2
>
> when i build posgresql --with-java, i get the following errors
>
> /usr/local/src/postgresql-7.2.2 ......... /ResultSet.java:60
> org.postgresql.jdbc2.ResultSet should be declared abstract; it does not
> define getURL(int) in org.postgresql.jdbc2.ResultSet
>
> the "should be declared abstract" error is repeated for
> Statement,Connection,DatabaseMeatData,PreparedStatement,CallableStatement,PG
> clob,ClientConnection
>
> and the make fails
>
> Is this a versions thing ??
>
> Dave
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-10-03 11:48:08 Re: Huh? ErrorCode/SQLstate are null?
Previous Message David Rigler 2002-10-03 10:39:05 build --with-java