Run the application. You will have to tell Java that is has
to look in the .jar file for classes, too. Otherwise you will
get an error message that the driver was not found
(java.lang.ClassNotFoundException: org.hsql.jdbcDriver).
In the directory C:\TestJava, type:
java -classpath %CLASSPATH%;hsql.jar FindFile
or, if you are using JDK 1.2, you may type:
java -cp hsql.jar FindFile