I have installed Oracle 8i on a AIX server with Netscape SuiteSpot. I use servlets java with an Oracle database.I have a problem with class OracleDriver.class. <br>Indead, Oracle runs correctly with user "oracle", but when I want to execute my Java program with "root", the servlets run but it don't find the path for oracle.jdbc.driver.OracleDriver (ClassNotFoundError when it calls OracleDriver.class). I put this class and the other oracle classes in /usr/netscape/suitespot/plugins/java/classes directory but I have a ClassNotFoundError. Where do I take the jdbc directory in order to use my database ?<br>Thanks.