Hi all, I have a weird question about threads :
Let’s say I have a java program running. I also have a non-java program running.
How can I make the non java program communicate with the other one, for stopping the java program without killing the jvm for example.
Thanks.
