Problem Solved!!!! I looked at the jar file with the unzip utility and
noticed that the hsqldb stuff was nowhere to be found. I added the
hsqldb class tree and it works. It still bothers me though. You
would think this would be a perfect place for a "Class Not Found"
exception. I mean it wasn't finding the damn class. Does java just
leap off into space then? Oh well, that was the trick. Put all your
third party stuff in the jar. I was using Ant to automate the build
and didn't realize it wasn't including the needed classes in the jar
though they were in the classpath so that the code compiled just fine.