At 09:57 09/05/01 -0600, Larry Mulcahy wrote:
>Never mind, I figured it out.
>
>Ant's build.xml (src/interfaces/jdbc/build.xml) decides whether
>to build the 'enterprise' version of postgresql.jar by
>checking whether the class javax.sql.DataSource is present.
>
>The solution is to install the J2EE SDK, then make sure
>j2ee.jar is in the classpath when ant builds the JDBC driver.
Correct. J2EE is only an extension to J2SE.
Peter