Following software must be installed:
a) Java 1.1.x or later (If you want to use the previewer (option -awt), you need Swing or Java 2)
b) All libraries you need are part of the Fop distribution and
can be found in the xml-fop/lib directory. Look at the batch/shell script fop.bat/fop.sh
to see, how Fop can be invoked easily. These libraries are included:
- An XML parser which supports SAX and DOM like
Xerces-J.
(Xerces is the default xml parser)
- An XSLT processor
- The SVG library batik.jar is the library from the batik project at xml.apache.org.
- The imaging library Jimi from Sun