Search found 1 match
- Sat Jun 28, 2008 6:20 am
- Forum: PHP - Code
- Topic: PHP + JAVA + C Shell
- Replies: 0
- Views: 107
PHP + JAVA + C Shell
I have a PHP file with the next 2 commands: $output = shell_exec('javac WriteTextFileExample.java > errors.txt'); $output = shell_exec('java WriteTextFileExample') When i run the PHP through SSH connection with Putty it's working perfectly, but when i run the .php file with the browser, i'ts not wor...