n01champion
MIS
I keep getting this message when I compile my program. I believe I have the classpath set up properly with the classes12.zip and the others...
I dont know what the problem is... here is what I have in my classpath:
C:\oracle\ora92\jdbc\lib\ojdbc14.jar;
C:\oracle\ora92\jdbc\lib\nls_charset12.zip;
C:\oracle\ora92\jdbc\lib\classes12.zip;
C:\tomcat\Tomcat-4-1-18\common\lib\servlet.jar;
D:\School\SPRING 2003\JAVA
Am I missing anything
Here is the code im using for the java program:
DriverManager.registerDriver(
new oracle.jdbc.driver.OracleDriver());
Class.forName("oracle.jdbc.driver.OracleDriver"
myConnection = DriverManager.getConnection("jdbcraclecithe_mack", "system", "matrixtech"
I dont know what the problem is... here is what I have in my classpath:
C:\oracle\ora92\jdbc\lib\ojdbc14.jar;
C:\oracle\ora92\jdbc\lib\nls_charset12.zip;
C:\oracle\ora92\jdbc\lib\classes12.zip;
C:\tomcat\Tomcat-4-1-18\common\lib\servlet.jar;
D:\School\SPRING 2003\JAVA
Am I missing anything
Here is the code im using for the java program:
DriverManager.registerDriver(
new oracle.jdbc.driver.OracleDriver());
Class.forName("oracle.jdbc.driver.OracleDriver"
myConnection = DriverManager.getConnection("jdbcraclecithe_mack", "system", "matrixtech"