IntelliJ Java IDE
The moose likes JDBC and the fly likes ClassNotFoundException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JDBC
Reply Bookmark "ClassNotFoundException" Watch "ClassNotFoundException" New topic
Author

ClassNotFoundException

Graham Thorpe
Ranch Hand

Joined: Mar 25, 2002
Posts: 264
can anybody tell me the solution ..
iam using jakarta-tomcat and trying to connect
to oracle server 8, using thin driver.
its compiled but throwing exception at runtime.
saying..
java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
where should i keep classes12.zip in jakarta-tomcat..?do i need to set classpath also for that
..?
response is highly appreciated.
Bosun Bello
Ranch Hand

Joined: Nov 06, 2000
Posts: 1503
Search this forum. I am sure it has already been discussed.


Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

such as this one, found by searching this forum for "classes12.zip tomcat"
Dave


[ JavaRanch FAQ ][ Book Promotions ][ DbTamer ][ BumperStickers ][ JavaRanch Badges ]
 
 
subject: ClassNotFoundException
 
Threads others viewed
This weeks giveaway
help me deploy my webapp
Installing Oracle JDBC Driver in Tomcat.
Classes12.zip
unable to connect to mysql database from JSP
IntelliJ Java IDE