I'm trying to use the TableExample.jar which is part of the j2sdk samples (in jdk1.4\mode\jfc\TableExample).
I downloaded the latest oracle thin driver and created a classpath statement (in Windows XP) of "c:\oracle\ojdbc14.jar".
When I try to execute (via dos command box) using: java -jar TableExample.jar, The dialog window pops up, and I enter the name, password, db url (jdbc

racle:thin:@eaidev1:1527

evexe), and driver (oracle.jdbc.driver.OracleDriver).
I get:
Cannot find the database driver classes.
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
Can someone please tell me what I doing wrong?