Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 456 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 456 Bytes

java-process-control-library

Cross-platform process control library to use with Java applications.

This library was created to provide simple process control functions in a cross-platform way. The following features are exposed:

  • Get process id (PID) of a process using java.lang.Process references.
  • Kill a process by PID
  • Check if process is running by PID.

Supported platforms:

  • Linux
  • Windows