thank you for you reply .. but the oracle thin driver is already in the classpath

/local/jdbc/classes12.zip

still the error appears in

class.forName("oracle.jdbc.driver.OracleDriver);

and offcourse taking in to concedration the upper/lower case .. (java) :)

during compilation ...
within the servlet connectivity with the oracle8i database.

 

>From: [EMAIL PROTECTED] (Jonathan Pierce)
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED], "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: Re:R: urgent
>Date: Sat, 19 May 2001 13:32:00 -0400
>MIME-Version: 1.0
>Received: from [64.208.42.41] by hotmail.com (3.2) with ESMTP id MHotMailBCCFF9C400C3400431A540D02A2910C70; Sat May 19 10:35:01 2001
>Received: (qmail 3470 invoked by uid 500); 19 May 2001 17:34:48 -0000
>Received: (qmail 3459 invoked from network); 19 May 2001 17:34:47 -0000
>From general-return-7638-oelprince Sat May 19 10:36:12 2001
>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>Precedence: bulk
>list-help:
>list-unsubscribe:
>list-post:
>Delivered-To: mailing list [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N
>
>You need to make sure that the classes12_01.zip file that contains the thin
>client drivers from Oracle is in your classpath. If you put it in the Tomcat lib
>folder, you need to rename it to classes12_01.jar on NT, or fix the Tomcat.bat
>file to load dynamic libs with other extensions in the lib directory.
>
>Jonathan
>
>____________________Reply Separator____________________
>Subject: R: urgent
>Author: [EMAIL PROTECTED]
>Date: 5/19/2001 8:59 AM
>
>Check that "class" is in uppercase and check the string: you wrote
>'class.forName("oracle.jdbc.driver.OracleDriver);' while the correct one is
>'Class.forName("oracle.jdbc.driver.OracleDriver")'.
>
>However i don't think this is the correct mailing-list to post this
>question....
>
>-----Messaggio originale-----
>Da: Omar Elprince [mailto:[EMAIL PROTECTED]]
>Inviato: sabato 19 maggio 2001 08.55
>A: [EMAIL PROTECTED]
>Oggetto: urgent
>
>
>Hello Guys
>
>We have a big problem here ...
>we are working on connecting an oracle8i database with a java applications
>using jdbc thin driver ...
>our application is on solaris platform 2.6
>with Tomcate 3.2.1 webserver
>after implementing the code there was a complation problem with the
>class.forName("oracle.jdbc.driver.OracleDriver);
>the error message is
>No method found matching forName(String).
>taking in to concederation that the classpaths is
>
>/apps0/tomcat/webapps/ROOT/WEB-INF/classes:/apps0/tomcat/lib:/usr/j2se/lib:/
>usr/j2se/lib/dt.jar:/usr/netscape/suitespot/docs/project:/local/jdbc/lib/cla
>sses12.zip:/local/jdbc/lib:/local/sqlj/lib/translator.zip
>
>
>Regards
>Omar A. Elprince
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to