I started using JDBC so I went to Classpath, changed it to classpath of OracleDriver and program compiled. There was classpath set earlier there which I did not bother to check.Now, the program can compile but I am not able to run it.This is the error message I am getting:
Could not find or load main class 'classname that I am trying to run'
Any idea what's wrong?