Re: [exec] Can't kill process?

2015-02-02 Thread Peter Ashford
likely still running since Windows has no real concept of a parent pid * http://commons.apache.org/proper/commons-exec/faq.html# killing-child-processes * http://bugs.java.com/bugdatabase/view_bug.do?bug_id=4770092 Cheers, Siegfried Goeschl On 02.02.15 04:35, Peter Ashford wrote: Hi

[exec] Can't kill process?

2015-02-01 Thread Peter Ashford
Hi there I'm trying to use ExecuteWatchDog.destroyProcess() to kill a running process but it doesn't seem to work. I've pasted a minimal test case below which shows what I'm trying to do: it creates a frame with a text area which the process output is echoed to. I've set it up so that ctrl + c