Tomcat Oracle Jsdk 1.5

2006-01-09 Thread Farid Izem
Hi all, i need to install Tomcat 5.5.12 based on jsdk 1.5. At this point, no problem. I need to add Oracle Driver. I planned to use ojdbc14.jar But i think this driver is only support for previous release of jsdk (1.4, 1.3, 1.2 etc). My first question is : can we use jsdk 1.4 in place of jsdk1.5

Re: Tomcat Oracle Jsdk 1.5

2006-01-09 Thread Tomas
My first question is : can we use jsdk 1.4 in place of jsdk1.5 ? Have you checked out JDK 1.4 Compatability Package, http://tomcat.apache.org/download-55.cgi? -Tomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tomcat Oracle Jsdk 1.5

2006-01-09 Thread Etienne Giraudy
You will find an answer on OTN ( http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html). * classes12 packages are for use with JDK 1.2 1.3 * ojdbc14 packages are for use with JDK 1.4 1.5 Etienne On 1/9/06, Tomas [EMAIL PROTECTED] wrote: My first question is : can we use