Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle/Java question

Re: Oracle/Java question

From: Alon Tzipory <as_s_at_bigfoot.com>
Date: Wed, 26 May 1999 19:47:51 +0200
Message-ID: <374C33C7.D80347EC@bigfoot.com>


hi lancrozier,

it seems that your environment variable CLASSPATH doesn't contains the value of the JDBC driver file.
for instance : CLASSPATH=local/oracle/jdbc/lib/classes111.zip

Alon Tzipory.
Israel

Iancrozier wrote:

> I am no Java expert, but I have been left with a java program to support.
> Everything was working. I even made some changes to the program and re-compiled
> it using javac. There are some calls to sqlplus in the program.
> However, Solaris 2.6 was loaded recently on the server. Since then, I get the
> following message when I run javac:
>
> Report.java:53: Class oracle.jdbc.driver.OracleDriver not found in type
> declaration.
> DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
>
> 1 error
>
> Does anyone know what is wrong?
>
> TIA
Received on Wed May 26 1999 - 12:47:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US