• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

oracle. jdbc. driver. OracleDriver problem

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi.....unable to a find a solution for my problem....actually...i am getting this oracle.jdbc.driver.OracleDriver problem when i am using a servlet and java class to connect to jdbc..i am using oracle jdeveloper10g..and server is tomcat 5.5...i found it in the logs...just this statement "oracle.jdbc.driver.OracleDriver"..that all...i have set the class path..also tried ..copying jdbc folder of oracle to webapplication folder ..and in some past posts i have seen some one suggesting to copy classes12.jar to java_home \jre\lib\ext folder..i tried that as well..no use...anyone on the top ..please help me...struggling with is issue ...please help
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Vandu,
Are you using an IDE or the command line? Is classes12.zip in your classpath?
 
vandu matcha
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes i have classes12.jar in my class path.....i got it when i placed this classes12.jar in the lib folder of my webapplication.....now it is working..in the begining i have placed whole jdbc folder in the lib but it didnot work out...as a last chance i tried this classes12.jarin the lib folder ..now it is working......thanks for ur timely response Jeanne...
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd just like to recommend that you get the updated JDBC DRiver from Oracle if you're using 10g. classes12.jar is OK, but it is very old - it was initially designed for Java 1.2 after all
 
I have always wanted to have a neighbor just like you - Fred Rogers. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic