missing library
Status: Beta
Brought to you by:
robmckinnon
You need to bundle xalan for Xpath support. It can be
downloaded from here:
http://www.apache.org/dyn/closer.cgi/xml/xalan-j
AND, the windows .bat-file isn't very good. You use
front-slashes (wich are paramterers in windows) thus
java thinks /bin is a switch and dies. Also, you use
unix linebreaks in the file. It should be windows \r\n
CR+LF linebreaks.
Logged In: YES
user_id=1424044
well this post seems to be very old, but neither the zip
file includes the xalan library now nor the installation
page changed (a hint to all dependencies would be great).