RE: Where is javax.sql

2002-10-05 Thread Kunal Shah


 That's in Oracle's JDBC classes file (named
 classes12.jar for my
 installation), not in Tomcat.  Make sure you
 install this file for your
 Oracle connections to work (put it in your
 $TOMCAT_HOME/lib directory).  It
 can be downloaded from Oracle.
 Kenny

It is java.sql which gives you resultset and other
functional packages and interfaces
it is not javax.sql.



__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Where is javax.sql

2002-10-04 Thread Kenny G. Dubuisson, Jr.

That's in Oracle's JDBC classes file (named classes12.jar for my
installation), not in Tomcat.  Make sure you install this file for your
Oracle connections to work (put it in your $TOMCAT_HOME/lib directory).  It
can be downloaded from Oracle.
Kenny

- Original Message -
From: Chuck Carson [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, October 04, 2002 9:12 AM
Subject: Where is javax.sql



 Where is the package at under tomcat 4.1.2?

 I moved my tomcat apps from Linux to Solaris but none of my oracle
 connections will work.


 Thanks,
 Chuck


 --
 This message contains confidential information and is intended only for
 the individual named. If you are not the named addressee you should not
 disseminate, distribute or copy this e-mail. Please notify the sender
 immediately by e-mail if you have received this e-mail by mistake and
 delete this e-mail from your system. E-mail transmission cannot be
 guaranteed to be secure or error-free as information could be
 intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
 contain viruses. The sender therefore does not accept liability for any
 errors or omissions in the contents of this message, which arise as a
 result of e-mail transmission. If verification is required please
 request a hard-copy version.

 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Where is javax.sql

2002-10-04 Thread Chuck Carson


Thanks for the help,
I was under the impression it was in servlet.jar, *bonk*

Thanks,
CC

 -Original Message-
 From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, October 04, 2002 7:20 AM
 To: Tomcat Users List
 Subject: Re: Where is javax.sql
 
 
 That's in Oracle's JDBC classes file (named classes12.jar for 
 my installation), not in Tomcat.  Make sure you install this 
 file for your Oracle connections to work (put it in your 
 $TOMCAT_HOME/lib directory).  It can be downloaded from Oracle. Kenny
 
 - Original Message -
 From: Chuck Carson [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Friday, October 04, 2002 9:12 AM
 Subject: Where is javax.sql
 
 
 
  Where is the package at under tomcat 4.1.2?
 
  I moved my tomcat apps from Linux to Solaris but none of my oracle 
  connections will work.
 
 
  Thanks,
  Chuck
 
 
  --
  This message contains confidential information and is intended only 
  for the individual named. If you are not the named addressee you 
  should not disseminate, distribute or copy this e-mail. 
 Please notify 
  the sender immediately by e-mail if you have received this 
 e-mail by 
  mistake and delete this e-mail from your system. E-mail 
 transmission 
  cannot be guaranteed to be secure or error-free as 
 information could 
  be intercepted, corrupted, lost, destroyed, arrive late or 
 incomplete, 
  or contain viruses. The sender therefore does not accept 
 liability for 
  any errors or omissions in the contents of this message, 
 which arise 
  as a result of e-mail transmission. If verification is 
 required please 
  request a hard-copy version.
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:   
 mailto:tomcat-user- [EMAIL PROTECTED]
 For 
 additional commands, 
 e-mail: mailto:[EMAIL PROTECTED]
 



--
This message contains confidential information and is intended only for
the individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. E-mail transmission cannot be
guaranteed to be secure or error-free as information could be
intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any
errors or omissions in the contents of this message, which arise as a
result of e-mail transmission. If verification is required please
request a hard-copy version. 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Where is javax.sql

2002-10-04 Thread Rick Fincher

javax.sql is in the standard edition JDK as of version 1.4.  It wasn't in
JDK 1.3 SE.  You had to get it from the J2EE version of the JDK or from the
JDBC 2.0 or 3.0 standard extensions jar that was distributed by Sun.

Many vendors included it in their JDBC driver jars.

It contains mostly interfaces for pooled connections and data sources that
your JDBC driver has to implement if it wants to do some of those JDBC
version 2 or 3 type things.

Rick

- Original Message -
From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, October 04, 2002 10:19 AM
Subject: Re: Where is javax.sql


 That's in Oracle's JDBC classes file (named classes12.jar for my
 installation), not in Tomcat.  Make sure you install this file for your
 Oracle connections to work (put it in your $TOMCAT_HOME/lib directory).
It
 can be downloaded from Oracle.
 Kenny

 - Original Message -
 From: Chuck Carson [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Friday, October 04, 2002 9:12 AM
 Subject: Where is javax.sql


 
  Where is the package at under tomcat 4.1.2?
 
  I moved my tomcat apps from Linux to Solaris but none of my oracle
  connections will work.
 
 
  Thanks,
  Chuck
 
 
  --
  This message contains confidential information and is intended only for
  the individual named. If you are not the named addressee you should not
  disseminate, distribute or copy this e-mail. Please notify the sender
  immediately by e-mail if you have received this e-mail by mistake and
  delete this e-mail from your system. E-mail transmission cannot be
  guaranteed to be secure or error-free as information could be
  intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
  contain viruses. The sender therefore does not accept liability for any
  errors or omissions in the contents of this message, which arise as a
  result of e-mail transmission. If verification is required please
  request a hard-copy version.
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]