Connection to Oracle via JDBC
Hi
Im developing a Knowledge Base as my final sem MCA project..I'm using Oracle 9i as database..the error message what i encounter is Database driver not found..
Java.lang.ClassNotFoundException: Oracle.jdbc.driver.OracleDriver
The connection Code is,
Class.forName("oracle.jdbc.driver.OracleDriver");
dbcon=DriverManager.getConnection
("jdbc:oracle:thin:@bbsu-2:1521:keonline","system","knowledge");
Do i need to set and classpath, if yes! to which file should i set the path..
Pls help me on this..
B.Swaminathan
Mobile:+91 9886510453
|