hi,
Oracle initially distributed it's Oracle8 driver library as: classes12.
zip.
If you're using Oracle 9i (and JDK >= 1.4), the drivers are distributed as ojdbc14.jar.
So you have to check for: classes12.zip, or classes12.jar, or ojdbc14.jar in your classpath.
Recompile the java program
This is not necessary.
Regards, Jan
[ May 07, 2007: Message edited by: Jan Cumps ]