How to call java from C++

前端 未结 4 1930
遇见更好的自我
遇见更好的自我 2020-12-21 17:27

I need to run this line from my c++ program:

java -jar test.jar text1 text2

the java app will give a float value and give it to the c++ program.

How

4条回答
提交回复
热议问题