Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 561 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 561 Bytes

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)