aspose file tools
The moose likes JDBC and the fly likes javax.sql.DataSource Question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "javax.sql.DataSource Question" Watch "javax.sql.DataSource Question" New topic
Author

javax.sql.DataSource Question

Bala Raj
Ranch Hand

Joined: Sep 12, 2000
Posts: 75
Can some one tell me which jar file contains javax.sql.DataSource class? Downloaded JDK 1.4 from sun but unable to find the jar with this class (javax.sql.*) file.
Thanks in advance.
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

Since a DataSource is designed for use in applciation srevers, it is a part of J2EE and is in j2ee.jar
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/sql/DataSource.html
Dave
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: javax.sql.DataSource Question
 
Similar Threads
ClassNotFoundException
JBuilder and Datasources .....
Having Trouble Compiling
How to use JNDI to get a Pooled Connection
Problem with javax.sql.DataSources......