I created a web application with ojdbc14.jar in lib folder.
However, when I start my tomcat I get an error:
Caused by: java.lang.ClassNotFoundExcepti
Please make sure that the jar goes to the tomcat or tamcat gets the reference to the jar. you can do it following ways. 1) as mentioned by Adarsh, put the jar file in WEB-INF/lib folder. 2) in the run-configuration of your tomcat, click on ClassPath and then click on User Entity and then click on add jar where u can select the jar and add it.