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