> From: daniel robinson [mailto:[EMAIL PROTECTED]] 
>
> I'm running:
> 
> Win98
> Tomcat 4.0.3
> C2
> PostgreSQL 7.2.1 in CYGWIN
> PostgreSQL JDBC 7.2
> 
> Tomcat/common/lib contains:
>     pgjdbc1.jar (containing org.postresql.Driver)
      ^^^^^^^

Unless you are running JDK 1.1.x, you want
http://jdbc.postgresql.org/download/pgjdbc2.jar
Note the '2' instead of a '1' at the end of the jar file name.

The AbstractMethodError is probably caused by the driver not
implementing methods from the Java2 versions of JDBC.

/LS


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to