Executing a java file in PHP -


hi have java file want execute when on php page. have php file following content:

<?php  exec('java sendmail'); ?> 

the php file being run on aws's elastic beanstalk, , when run java file in eclipse, works. ideas?


Comments

Popular posts from this blog

How to group boxplot outliers in gnuplot -

cakephp - simple blog with croogo -