What is the best way to manage unix process from java?
Posted
by erotsppa
on Stack Overflow
See other posts from Stack Overflow
or by erotsppa
Published on 2009-07-28T05:32:58Z
Indexed on
2010/06/17
21:23 UTC
Read the original article
Hit count: 222
I'm looking for some simple tasks like listing all the running process of a user, or kill a particular process by pid etc. Basic unix process management from Java. Is there a library out there that is relatively mature and documented? I could run a external command from the JVM and then parse the standard output/error but that seems like a lot of work and not robust at all. Any suggestions?
© Stack Overflow or respective owner