No it is not. java.sql.* is in the J2SE distribution but javax.sql.* is not (note the 'x'). javax.sql.* is part of J2EE and should be part of the Orion J2EE server, or any other third party packages you might have.
Generally, the javax packages are not part of core Java, and normally not in the J2SE package. One exception would be javax.swing.*, which is part of the J2SE. J2SE API: http://java.sun.com/j2se/1.3/docs/api/index.html J2EE API: http://java.sun.com/j2ee/sdk_1.3/techdocs/api/index.html -----Original Message----- Yes It is ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Thanks Ashwani Kalra http://www.geocities.com/ashwani_kalra/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Next Step Sent: Wednesday, April 10, 2002 4:50 PM To: [EMAIL PROTECTED] Subject: Sorry... was [Re: From where i can get javax.sql.* package. Sorry, im in hurry so i have not read the previous thread, pls forgive my ignorance. However, i still have a question, when using jsp import it was fine, so there must be this package somewhere (im using orion 1.54). Is javax.sql is not in standard package? Thanks. At 06:13 PM 4/10/2002 +0700, you wrote: >Hi all, > >I've page which connect to DB, and now try to used connection pooling. >With jsp, it was fine, using this statement : ><%@ page import="java.sql.*, javax.sql.DataSource, >javax.naming.InitialContext, javax.sql.ConnectionPoolDataSource"%> Mattias Jiderhamn Expert Systems [EMAIL PROTECTED] =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
