Hi,
I couldn't compile php with java support on Mac OS X so I thought I'd
call my java program with shell_exec(). It does work for simple programs
("hello world") but if the program gets more complex php just gets back
an empty string (although on the command line the java program prints
out what I want).
Any ideas why this happens?
Thanks,
Martin.
I couldn't compile php with java support on Mac OS X so I thought I'd
call my java program with shell_exec(). It does work for simple programs
("hello world") but if the program gets more complex php just gets back
an empty string (although on the command line the java program prints
out what I want).
Any ideas why this happens?
Thanks,
Martin.
Comment