JavaProcessKiller
Allows to kill a certain Java process.
| Methods |
| static void |
main(String... args)
Kill a certain Java process.
|
| static void |
main(String... args)
Kill a certain Java process. The JDK (jps) needs to be in the path.
Parameters:
args - the Java process name as listed by jps -l. If not set the
Java processes are listed
|