Skip to content

Java library for providing efficient, scalable process creation and asynchronous stdout/stdin processing beyond java.lang.Process.

License

Notifications You must be signed in to change notification settings

jcommon/process

Repository files navigation

jcommon-process

Java library for providing efficient, scalable process creation and asynchronous stdout/stdin processing beyond java.lang.Process.

Documentation for this project is available here: http://jcommon.github.com/process/

To build the native libraries and processes for Unix, run:

  • build-native-musl.sh
  • build-native.sh

To build the native processes for testing, run:

  • build-native-test.sh (or build-native-test.bat in Windows using an OSSBuild environment)

About

Java library for providing efficient, scalable process creation and asynchronous stdout/stdin processing beyond java.lang.Process.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published