hello,
as i have explained previously i'm trying to run the batik rastersizer. i've up loaded to my host account all six .jar files in the batik-1.6 directory from the 'binary' download. there are other script files contain deeper within other directories within this download. do i need to upload these also? now, andreas kindly sent me an example of how batik commands could be sent using php. $command = '/usr/lib/jvm/jre-1.5.0-sun/bin/java -Xmx512M -jar /home/ username/batik/batik-rasterizer.jar -d /home/username/temp/ somename.pdf -m application/pdf -onload somename.svg'; $command = escapeshellcmd($command); $result = exec($command,$output,$retval); ok i think i am clear with this apart from the last line. i understand exec executes an external program, but where is $output and $retval coming from? i don't know php hardly at all, but i had guessed the java command would be sent with the POST method. i found a svg to png online converter that used <form enctype="multipart/form-data" method="post" .. > to send a command to batik. i read this has limited browser support, being limited to netscape, but it worked fine in ie7. would anyone recommend this method. i'm having problems raising my host support. they are usually very fast to reply but not today. i wondered if there is a way to check if a java runtime environment is installed on my host server? and if so how to detect its path. sorry to be such a novice, harvey [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/kOt0.A/gOaOAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

