I already have it working under Tomcat (I put the
jdbc driver jar file in "jakarta\lib"). My problem is that I'm trying to write an "application". I've since found that I can make it work by using the "-classpath" option when using the "java" command to run the program. I had read that if you place the jar files into "jdk\jre\lib\ext", and create a "java_home" environment variable pointing to the jdk, then the "java" command will pick up the jar files.