Need your help guys ...

       I've poked my nose in Java Web Technology recently.
I've installed Java WebServer2.0 on an NT Platform.
I'm able to run all the sample servlet examples when I access JWS through my
client machine.
But I'm facing problem when I try to run (Database related i.e. DBServlets)
examples.

I'm trying to connect to Oracle8 database using Oracle thin jdbc driver.

When I execute the query it gives me an error

            *** ClassNotFoundException caught ***

oracle.jdbc.driver.OracleDriver not found. Unable to find class
oracle.jdbc.driver.OracleDriver



I extracted classes111.zip file from jdbc folder of Oracle_home in a new
folder<NEW_FOLDER>
I tried to run JWS using CLASSPATH option giving classpath as <NEW_FOLDER>
path but could not succeed

Need you guys help as  I know its a CLASSPATH problem but don't know how to
fixed it...
can any one tell me exact classpath ...

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to