You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Sheelu Jain <Sh...@corp.sun.com> on 2000/07/19 18:10:45 UTC

installation problem

Hi,

I am having installation problem for fop.

I am working on Unix. The CLASSPATH is set as 
.:/home/sheelu/jdk1.1.8/classes:/home/sheelu/jdk1.1.8/lib/classes.zip:/home/shee
lu/xt/xt.jar:/home/sheelu/xt/sax.jar:/home/sheelu/xerces-1_1_2/xerces.jar:/home/
sheelu/fop-0_13_0/fop_bin_0_13_0.jar

I am trying to run FOP bymethod Two as stated at 
http://xml.apache.org/fop/running.html
The above url instructs to call FOP and have it call XT. To do this, run the 
class org.apache.fop.apps.CommandLine with the source XML file name, XSL file 
name and PDF file name as arguments. I need to include XT in classpath and so I 
might invoke 

java -cp fop.jar;xt.jar;xerces.jar

org.apache.fop.apps.XTCommandLine xml-file xsl-file pdf-file

When I execute the above commands, I get the followin errors

bhansali% java -cp fop.jar;xt.jar;xerces.jar
-cp: illegal argument
xt.jar: Command not found
xerces.jar: Command not found


bhansali% org.apache.fop.apps.XTCommandLine xt/demo/sort-uniq.xml 
xt/demo/sort-uniq.xsl sort-uniq.pdf
org.apache.fop.apps.XTCommandLine: Command not found


Any help will be greatly appreciated.

Thanks,
Sheelu