Re: Is DataSource implemented?

From: Peter Mount <peter(at)retep(dot)org(dot)uk>
To: Larry Mulcahy <lmulcahy(at)qip(dot)qwest(dot)net>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Is DataSource implemented?
Date: 2001-05-09 16:23:28
Message-ID: 5.0.2.1.0.20010509172237.01d42920@mail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Janning Vygen 2001-05-09 17:04:31 updating rows while selecting
Previous Message Peter Mount 2001-05-09 16:22:09 Re: JDBC Download.