Posted By:
Aron_Tunzi
Posted On:
Friday, June 29, 2001 04:41 AM
Easy. You haven't defined the classpath. You can compile your program, because you imported the class oracle.jdbc.driver.OracleDriver in your program.
If you write the full name of the class, for exemple "oracle.jdbc.driver.OracleDriver" you import the class. You don't need to write "import oracle.jdbc.driver.OracleDriver;" in your program.
Bye Aron