the JDK 1.3 dependency. For a further explanation see my posting to the
JDBC list on Friday, explaining why this is being done.
Barry Lind
build file to allow ant (http://jakarta.apache.org/ant/) to be used
to build the PostgreSQL JDBC Driver.
- $Id: build.xml,v 1.15 2001/05/25 16:29:17 momjian Exp $
+ $Id: build.xml,v 1.16 2001/07/04 15:07:54 momjian Exp $
-->
-->
-
-
-
-
// Placing it here, means that the driver is registered once only.
java.sql.DriverManager.registerDriver(new Driver());
- // New in 7.1 - register ourselves with the JVM - JDK1.3+ only
-
} catch (SQLException e) {
e.printStackTrace();
}