Hi
I have a java application that runs a C application native code(exe file) as a proccess. I need to communicate with this C application and stop it's method, get a data out of it then change it in java application and send back the new data to the C application to continue the proccess. I am thinking about pipe or socket.
Fist I dont know how to comunicate to a exe file and Second what is the most simple and fast way to do it?
I have a java application that runs a C application native code(exe file) as a proccess. I need to communicate with this C application and stop it's method, get a data out of it then change it in java application and send back the new data to the C application to continue the proccess. I am thinking about pipe or socket.
Fist I dont know how to comunicate to a exe file and Second what is the most simple and fast way to do it?
Comment