Hi,

I have a similar setup (Linux 2 glibc, JDK 1.1.6, Oracle 8) and for me
it works fine, however in *applications*. I tried running the same
stuff in an applet, and although the classes111.zip file from Oracle
was in my browser's classpath, I would get the same or a similar
exception as you (don't remember clearly). Don't know why. As I
remember, I was able to run it in the appletviewer, so it might be a
Netscape issue (was using 4.06 at the time).

So if you have an application you should have no problems. Make sure
that you load the Oracle driver using a statement like this:

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

Robert.


On Fri, 20 Nov 1998, Rudhuwan Abu Bakar wrote:

> I am using JDBC driver to connect to Oracle 8.0.5 under linux.
> 
> However i keep getting unknown driver.I use
> oracle.jdbc.driver.OracleDriver as the name of the JDBC driver?Anyone can
> tell me if this is the correct driver.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Robert P Biuk-Aghai, University of Macau, Faculty of Science and Technology
http://hyperg.sftw.umac.mo/robert/    tel: +853-3974365    fax: +853-838314
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Microsoft isn't the answer. Microsoft is the question and the answer is no.

Reply via email to