Re: Upgrading is a pain: JDBC Driver loading problems

Поиск
Список
Период
Сортировка
От Stefano Reksten
Тема Re: Upgrading is a pain: JDBC Driver loading problems
Дата
Msg-id 5.0.2.1.2.20011105173108.00ac3650@rfi1
обсуждение исходный текст
Ответ на Re: Upgrading is a pain: JDBC Driver loading problems  ("Nick Fankhauser" <nickf@ontko.com>)
Ответы Re: Upgrading is a pain: JDBC Driver loading problems
Список pgsql-jdbc
At 10.07 05/11/01 -0500, you wrote:
>Michael-
>
> > For "org.postgresql.Driver" I get a NoClassDefFoundError, or more
> > specifically
> > java.lang.NoClassDefFoundError: java/util/ArrayList
> >          at org.postgresql.core.ConnectionHook.<init>(Unknown Source)
>
>This error sounds related to the java install. I'd guess that the postgres
>part of the upgrade went fine. What java package did you install?
>
>-Nick

The problem lies in Michael's JDK. Having only 1.1.8 he doen't have the
ArrayList class (substitute, although not synchronized, for java.util.Vector).

Ciao,
         Stefano



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: Upgrading is a pain: JDBC Driver loading problems
Следующее
От: "Dave Cramer"
Дата:
Сообщение: Re: