php - Array ( [0] => 'java' is not recognized as an internal or external command, [1] => operable program or batch file. ) -


i having trouble executing jar file xampp virtual server. running xampp v3.2.1 , jar works fine on cmd line on desktop, not on xampp server.

the output of

exec(cmd, output) 

is

array ( [0] => 'java' not recognized internal or external command, [1] => operable program or batch file. ) 

so read xampp , has tomcat installed still can't work out how run jar. have idea? thanks!

edit: found https://community.apachefriends.org/f/viewtopic.php?p=129309 there no php.ini file in here, maybe has changed newer versions


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -