----- Original Message -----
Sent: Wednesday, June 30, 1999 7:49
AM
Subject: Re: Can't load jdbc driver
Kevin
Thanks for the feedback. I unzipped the classes111.zip, provided
by oracle, into the jrun home directory. Then I simply added that path
(the jrun home) to the classpath variable in the jsm.properties file and it
works!
Jeff
-----Original Message-----
From: A
mailing list for discussion about Sun Microsystem's Java Servlet API
Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin
Jones
Sent: Wednesday, June 30, 1999 4:18 AM
To:
[EMAIL PROTECTED]
Subject: Re: Can't load jdbc
driver
Jeff,
I
haven't done anything with Oracle, but if classes111.zip contains the
Oraclet jdbc driver it needs to be on your classpath (or at least on the
servlet engines classpath) so that it can be found,
Kevin
I am following the example in Jason
Hunter's book "JAVA Servlet Programming" on page 251.
I get the following when running the servlet. I
have tried several different ways to load the Oracle Driver but failed to
connect successfully.
I suspect that I need to copy the classes111.zip, that
is currently located under the Oracle directory structure, to the
PATH for Jrun or something similar but I'm not sure.
Couldn't load database driver: oracle.jdbc.driver.OracleDriver
[oracle.jdbc.driver.OracleDriver]
Thanks for any info.
Jeff