I have few PHP files which is inteally executing a shell script. I have controller files written in Java which communicates with central database. The flow of data is as follows: 1) Execute PHP file which inteally executes a shell script. Now controller has to be ruing on the same server at localhost so that shell script code can communicate with controller class and update the database. I have currently installed WAMP Stack on my system, but it seems it doesn't support Java. How can I achieve the communication between PHP and JAVA files in this case? Please do let me know.
