RE: ClassNotFoundException: OracleDriver

2004-08-13 Thread Dale, Matt
It could be possible that you are catching the Exception in you code but doing nothing with it. -Original Message- From: Java Techie [mailto:[EMAIL PROTECTED] Sent: 12 August 2004 23:08 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: ClassNotFoundException: OracleDriver David

Re: ClassNotFoundException: OracleDriver

2004-08-12 Thread Reynaldo Rocha
- Original Message - From: "Robert F. Hall" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, August 12, 2004 5:17 PM Subject: Re: ClassNotFoundException: OracleDriver > Howdy, > > You need ojdbc14.jar in your

RE: ClassNotFoundException: OracleDriver

2004-08-12 Thread Java Techie
David, Thanks. Actually i had classes102.zip and nls_charset10.zip. i renamed them to classes12.jar and nls_charset12.zip and the error was gone.[is this ok..] but the values are still not inserted in the DB.[no error].. how is this possible.. do i need to have the actual classes12 and the charset.

Re: ClassNotFoundException: OracleDriver

2004-08-12 Thread Robert F. Hall
Howdy, You need ojdbc14.jar in your CLASSPATH. -Robert Java Techie wrote: Hi, in my struts-config: im using -- The following error occurs: 27:57[ERROR] 27:57org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver', cause: java.lang.

RE: ClassNotFoundException: OracleDriver

2004-08-12 Thread David Short
Do you have the Oracle classes .jar (classes12.jar) loaded in your Tomcat\common\lib directory. Actually the file, as it comes from Oracle, is a .zip file (classes12.zip). Just rename it. It should reside in your C:\OraHome\jdbc\lib directory. Move the nls_charset12.zip file over as well.