Re: Question regarding Runtime.exec()
Posted By:
darryl_culverwell
Posted On:
Wednesday, October 31, 2007 09:13 AM
If you are using tomcat
Have you enabled allowed exec() in your catalina.policy ?
Re: Question regarding Runtime.exec()
Posted By:
Christopher_Koenigsberg
Posted On:
Tuesday, October 2, 2007 08:03 PM
maybe you need to add some command-line arg to tell 'gswin32c' that it should run completely non-interactively, not try to do anything like read or write the console? maybe that's what the error is from?
Otherwise, look up the documentation and/or source code for gs, and see where it might be exiting with status=3