Previously: > >When attempting to build JDBC 7.0 driver with "make jdbc2 jar", the following >error occurs: > > org.postgresql.Connection.java: Can't find class org/postgresql/Field > >Any ideas? Thanks. I encountered this error when using an older JDK ( < 1.2 ) Downloading 1.2.2 from Sun sorted the problem... ( If you have both installed, watch out for the order the occur in your path.... ) Cheers Mark