You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mike Begeman <mi...@theprairie.com> on 2001/03/07 21:33:38 UTC

build problems, finding javax.sql.DataSource

I am having problems building any of the applications found in struts.  It can't seem to import the javax.sql.DataSource package.  Does anyone know where I might find this package?

Here are the details of the error:

    [javac] C:\jakarta-struts-1.0-b1\jakarta-struts-1.0-b1-src\src\share\org\apa
che\struts\action\ActionServlet.java:82: cannot resolve symbol
    [javac] symbol  : class DataSource
    [javac] location: package sql
    [javac] import javax.sql.DataSource;
    [javac]                  ^


Thanks in advance,
Mike

build problems, finding javax.sql.DataSource

Posted by Nick Afshartous <ni...@proactcorp.com>.
Mike Begeman writes:
> I am having problems building any of the applications found in
> struts.  It can't seem to import the javax.sql.DataSource package.
> Does anyone know where I might find this package? 

There's a link to the JDBC 2.0 Optional Package here:

    http://jakarta.apache.org/struts/installation.html

-- 

	Nick