Java tool/method to force-kill a child process
问题 I am looking for a Java tool/package/library that will allow me to force-kill a child process. This tool/package/library must work on Windows platform (mandatory). Support for Linux/Unix is desired. My Problem My Java code creates a child process that will simply not react to the standard Java way for killing a child process: process.destroy(), and, since I do not have the child\'s source code, I cannot program it to better handle termination requests. I have tried closing the child process\'