PHP Run Java class file from PHP script on a website July 23, 2011 Pramod T P Leave a comment You can run the java filefrom PHP as follows <?php exec(“java -jar filename.jar arguments”,$output); ?>