Hi,
Is it possible to detect from a php script if java is installed on the server (if I can run an exec() command with java)?
Thanks,
Benjamin
Hi,
Is it possible to detect from a php script if java is installed on the server (if I can run an exec() command with java)?
Thanks,
Benjamin
Well if you can run exec you should be able to use the cli detection of your choice like which java, locate java etc.. Im sure there are tons of methods to do this (the two i presented not necessarily the best).