Hi!
I am having an issue with executing a .jar with php.
If I do
/opt/lampp/bin/php myphp.php
the jar gets executed and the output appears in the terminal.
But if I load the php page directly in my browser, the output of the jar when executed does not appear.
Is it possible that by the time the jar gets executed, my browser has finished processing the php page and since the jar takes a little bit more time, the output does not get displayed on my browser.
If its possible, is there a solution please?
Thank you!