Upon attempting to start the program with the bat file
results in something crashing; when the program is run
directly from the command line using "java -jar
delineate.jar ./settings/parameters-autotrace.xml
./settings/parameters-potrace.xml" the error below is
produced. Note that "java" and not "javaw" is used to
run the program, as javaw produces no output when it is
used. I assume this should not make a difference however.
Exception in thread "main"
java.lang.NoClassDefFoundError: org/apache/xpath/XPathAPI
at
net.sf.delineate.utility.XPathTool.string(XPathTool.java:68)
at
net.sf.delineate.utility.XPathTool.string(XPathTool.java:110)
at
net.sf.delineate.DelineateApplication.addControlTab(DelineateApplicat
ion.java:86)
at
net.sf.delineate.DelineateApplication.<init>(DelineateApplication.jav
a:62)
at
net.sf.delineate.DelineateApplication.main(DelineateApplication.java:
316)
Logged In: YES
user_id=977467
Same here on Win XP (no sp2)
Logged In: YES
user_id=44367
The software requires xalan.jar, which isn't included in the
libs directory or listed in the manifest.