View Single Post
  #3 (permalink)  
Old 08-13-2007, 05:33 AM
Swamipsn Swamipsn is offline
Member
 
Join Date: Jul 2007
Posts: 72
Swamipsn is on a distinguished road
Hi,
This problem is a most common one , its means your JVM unable to find out oracle.jdbc.driver.OracleDriver class file. So place the driver class file into
both Java and Tomcat's lib directory.
Reply With Quote