Yes, I had to un-zip the JAR file into my applet's development directory, and then include those classes in my jar file when I created it. That solved half of my problem. The other half involved the fact that Java applets don't have permission to access stuff (files, databases, etc) on the local machine. This problem will require a signed JAR file and appropriate CRET.
Thanks for all the help!
