RE: [PHP-WIN] executing a java app from a php script

2004-06-15 Thread George Pitcher
} the batch file but with the same negative result as before. Any suggestions? Cheers George > -Original Message- > From: Frank M. Kromann [mailto:[EMAIL PROTECTED] > Sent: 14 June 2004 6:00 pm > To: George Pitcher > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN]

Re: [PHP-WIN] executing a java app from a php script

2004-06-14 Thread Frank M. Kromann
It could be a problem with access to execute Java. If the user running the process (under a web server) is without rights to execute this will not work. You can try running the script with CLI from the command line or you can take a look at the java extension for PHP (www.php.net/java). - Frank