Output from processes: processoutput4j

Collecting output from processes started from within Java has always been a bit fiddly. Over the years, I’ve developed some custom code for ADAMS that can capture stdout and stderr output. But since I’m in the process of writing a nice wrapper for rsync, I decided to fork that out into its own little library, making it easier to re-use in my projects.

Here’s to the first release of processoutput4j! 🙂