If you get ...
[warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java
... when you execute ...
/usr/bin/fop -c ./fop.xconf -fo the_prince.fo -pdf the_prince.pdf
... on an ubuntu system, execute ...
sudo apt-get install libservlet2.4-java
[warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java
... when you execute ...
/usr/bin/fop -c ./fop.xconf -fo the_prince.fo -pdf the_prince.pdf
... on an ubuntu system, execute ...
sudo apt-get install libservlet2.4-java
Thx. It worked for me.
ReplyDelete