I am trying to get a servlet running, but I keep getting "java.lang.ClassNotFoundEx
ception: oracle.jdbc.driver.OracleD
river". I did some reading and digging and did the following to try to resolve the issue
1)downloaded classes12.zip and renamed it to classes12.jar (had classes12.zip on my main programming pc and is a known working file)
2) put it in the folder with the source classes (WEB-INF/classes)
3) put it in the /tomcat_dir/lib folder , didn't work
4) put it in the /WEB-INF/lib directory , didn't work
I dont know where else to stick it. I was going to try to check the CLASSPATH setting, but I don't know where it is. Can anyone help me resolve this issue?
Thanks
Start Free Trial