Saturday 25 June 2016

ClassNotFoundException: oracle.jdbc.OracleDriver

java.lang.ClassNotFoundException: oracle.jdbc.OracleDrivere.getMessage()oracle.jdbc.OracleDriver


You need to add ojdbc jar to calsspath
Download the ojdbc jar from
http://www.java2s.com/Code/Jar/o/Downloadojdbc14102030jar.htm

i.e. In eclipse right click on project->Build Path->Configure Build Path...
in Libraries tab click on Add External JARs...

Add ojdbc.jar and click on OK.
Refresh the project.



No comments:

Post a Comment