Re: [INTERFACES] JDBC compile error - Mailing list pgsql-interfaces

From Peter T Mount
Subject Re: [INTERFACES] JDBC compile error
Date
Msg-id Pine.LNX.3.96.980727103702.934C-100000@maidast.retep.org.uk
Whole thread Raw
In response to Re: [INTERFACES] JDBC compile error  (Pap Tibor <papt@edasz.hu>)
Responses Re: [INTERFACES] JDBC compile error  (Pap Tibor <papt@edasz.hu>)
List pgsql-interfaces
On Mon, 27 Jul 1998, Pap Tibor wrote:

> postgresql/CallableStatement.java:213: Method redefined with different
> return type: postgresql.BigDecimal getBigDecimal(int, int) was
> java.math.BigDecimal
> getBigDecimal(int, int)
>   public BigDecimal getBigDecimal(int parameterIndex, int scale)
>                     ^
> ./postgresql/PreparedStatement.java:0: Class java.math.BigDecimal not
> found in type declaration.
> package postgresql;

Ah, I didn't know you had this one.

This is caused by the java.math.BigDecimal class being missing from the
JDK's classes.zip file. The first thing is to check that you have the most
recent release of the JDK (or of the individual version of, ie 1.1.3v1 has
problems, but 1.1.3v2 is ok).


--
Peter T Mount peter@retep.org.uk or petermount@earthling.net
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk


pgsql-interfaces by date:

Previous
From: Peter T Mount
Date:
Subject: Re: [INTERFACES] large objects
Next
From: Pap Tibor
Date:
Subject: Re: [INTERFACES] JDBC compile error