You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Shamdasani Nimmi-ANS004 <AN...@motorola.com> on 2001/03/06 23:27:50 UTC

Question regarding javax.sql.Datasource

Hi,

I am trying to convert my application from using DBConnectionBroker package for database pooling to Struts way of handling connection pooling. I am getting compilation error "javax.sql.Datasource not found" in JBuilder, which is using JDK 1.3, while compiling one of my Action classes.

Doesn't  JDK1.3 already contain JDBC classes like javax.sql.Datasource or do I need to download another package?

Thanks in advance.

-Nimmi