It's located in the JDBC 2.0 Optional Package API. 
 
Jason
-----Original Message-----
From: Mike Begeman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 3:34 PM
To: [EMAIL PROTECTED]
Subject: 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

Reply via email to