IPC between Java and C applications

前端 未结 4 1268
故里飘歌
故里飘歌 2021-01-20 08:18

I have 2 applications, one written in C and the other in Java, that suppose to run on the same machine. What is the best way to implement an IPC between them?

best m

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-20 08:54

    You can use either named sockets or network sockets for this purpose..

提交回复
热议问题