expert:/opt/java/oracle/samples/thin> java Employeetest
Failed to load JDBC/ODBC driver. Cannot find class
OK, try with the first commented out:
expert:/opt/java/oracle/samples/thin> javac Employeetest.java
OK, try with the order different:
expert:/opt/java/oracle/samples/thin> javac Employeetest1.java
expert:/opt/java/oracle/samples/thin> java Employeetest
Failed to load JDBC/ODBC driver.
Employeetest1.java:15: catch not reached.
catch (ClassNotFoundException e) {
^
1 error