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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -