A
Amol
Hi,
I am developing a application in using Struts Framework with Tomcat
4.1.2 as Web Server.
I am Trying to connec to to my Oracle Database. I have copied the
classes12.zip to classes\lib directory of tomcat. But still i am
getting Class Not Found Exception. Here is my code:
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection conn = DriverManager.getConnection
("jdbcracle:thin<server Ip
Addr>:1521:infodev","infodba","infodba");
I get following Error:
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
Please tell me if i am doing anything wrong or i need to add anything
to this.
Thanks in Advance.
Amol.....
I am developing a application in using Struts Framework with Tomcat
4.1.2 as Web Server.
I am Trying to connec to to my Oracle Database. I have copied the
classes12.zip to classes\lib directory of tomcat. But still i am
getting Class Not Found Exception. Here is my code:
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection conn = DriverManager.getConnection
("jdbcracle:thin<server Ip
Addr>:1521:infodev","infodba","infodba");
I get following Error:
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
Please tell me if i am doing anything wrong or i need to add anything
to this.
Thanks in Advance.
Amol.....