how can I kill a Linux process in java with SIGKILL Process.destroy() does SIGTERM

Posted by ekeren on Stack Overflow See other posts from Stack Overflow or by ekeren
Published on 2010-06-01T13:55:56Z Indexed on 2010/06/01 14:13 UTC
Read the original article Hit count: 275

Filed under:
|
|
|

In Linux when I run the destroy function on java.lang.Process object (Which is true typed java.lang.UNIXProcess ) it sends a SIGTERM signal to process, is there a way to kill it with SIGKILL?

© Stack Overflow or respective owner

Related posts about java

Related posts about linux