Skip to content

alexandrefvb/java-process-control-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages