How to embed java into php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to embed java into php?

i have an application written in java. i need to run it on web server, using php.

1st Feb 2018, 2:32 PM
Dayanand Raut
Dayanand Raut - avatar
1 Answer
+ 1
You could use exec() function that executes external programs. exec("java -jar file.jar", $out);
1st Feb 2018, 2:48 PM
Toni Isotalo
Toni Isotalo - avatar