Re: [INTERFACES] JDBC compile error

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [INTERFACES] JDBC compile error
Дата
Msg-id Pine.LNX.3.96.980727103702.934C-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на Re: [INTERFACES] JDBC compile error  (Pap Tibor <papt@edasz.hu>)
Ответы Re: [INTERFACES] JDBC compile error  (Pap Tibor <papt@edasz.hu>)
Список 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 по дате отправления:

Предыдущее
От: Peter T Mount
Дата:
Сообщение: Re: [INTERFACES] large objects
Следующее
От: Pap Tibor
Дата:
Сообщение: Re: [INTERFACES] JDBC compile error