HMMMMMMMMM

why do you name the class with the full package path?
Name it

DriverManager.registerDriver (new OracleDriver());

but make sure your classpath includes an entry for the
package oracle.*.

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API
Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Moloy Biswas
Sent: Friday, February 18, 2000 3:13 PM
To: [EMAIL PROTECTED]
Subject: help required very urgently
Importance: High


Hi all

I need help very badly. Pl respond.

When I am trying to compile my servlet its giving the following error

Class oracle.jdbc.driver.OracleDriver not found.

its pointing to the following line

DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
// registering the driver

I am attaching my file with this mail, pl respond

Moloy

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to