segrey / winp

Windows process management library

Home Page:http://winp.kohsuke.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows process management library (WinP)

Build status

This project develops a library that lets you control Windows processes better, beyond what's available in JDK.

Features summary:

  • Windows machine management (logoff user, shutdown/restart machine)
  • Thread priority management
  • Process termination (including the recursive termination)
  • Process info acquisition
  • etc.

See the library's Javadoc for more details.

Java support

Starting from winp-1.25, the library supports versions from Java 1.6 to Java 8. Currently pre-release Java 9 versions are not being tested.

WinP Library includes native libraries for all supported platforms, hence it can run on both 32bit and 64bit Java versions without any additional configuration.

Platform support

The library supports x86 and amd64 architectures. ARM architecture is not supported. Please raise an issue to the library if you need ARM support && ready to provide proper test environment.

❗ It is not recommended to use WinP with 32bit Java on a 64bit operating system. In such case the library will be running in the WoW64 mode; and it will be unable to properly work with 64bit processes in the system. E.g. any process information query call (e.g. Environment variables retrieval) may fail if you run it against 64bit process.

Supported Windows versions

The current version of WinP is known to work correctly on the following Windows versions:

  • Windows XP SP2 and above
  • Windows Server 2003 and above

Other Windows product lines are not being actively tested though WinP may work there.

❗ Minimal required Windows version is a subject to change in next releases of WinP.

License

MIT License

About

Windows process management library

http://winp.kohsuke.org/

License:MIT License


Languages

Language:Java 55.6%Language:C++ 37.4%Language:Batchfile 4.0%Language:C 2.8%Language:Shell 0.3%