Ok, I changed the code so it creates an application instead of an applet.
When I run it, I receive the same error for a DIFFERENT class:
java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlException
When I added "xbeans.jar" to my class path, the error changed to:
java.lang.NoClassDefFoundError: org/dom4j/DocumentException
I seem to see a pattern forming. What is "dom4j"?
Thomas
