[XOM-interest] Creating an executable jar file
Scott Brush
sbrush01 at roadrunner.com
Sun May 10 21:23:47 EDT 2009
I'm trying to create an executable .jar file for an application using classes from XOM to read and write to XML files. When I try to run the .jar file I create with the java -jar command I get an error message saying that one of the XOM classes can't be found. The error is java.lang.noClassDefFound error. The first XOM class found by the interpreter is tagged. The application runs fine when I run it with the standard java command using the main class.
How do I create executable jar files for applications using XOM classes?
Thanks for your help.
Scott Brush
More information about the XOM-interest
mailing list