Hi, I put the binary distribution in one folder of my server. If I execute the following command outside the fop folder:
sh ./fop-1.0/fop -xsl xslfile.xsl -xml xmlfile.xml -pdf pdffile.pdf >stdout.log 2>sterr.log and the pdf file is generated. But the following lines appears in the sterr.log file : /etc/java/java.conf: line 5: Priority:: command not found /etc/java/java.conf: line 6: Vendor:: command not found /etc/java/java.conf: line 7: Version:: command not found /etc/java/java.conf: line 8: Devel:: command not found if I tried to execute the command from PHP using exec function but there is no PDF file and there is no errors in sterr.log... I have the java version 1.5.0_11 and the JAVA_HOME is /usr/java/jre1.5.0_11 javac command doesn't work but I have the j2skd1.4.2_19 in the folder /usr/java I put the permissions (777) in the folder where I created the PDF file...but it doesn't work... How to solve the problem in java.conf file? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
