When experiencing networking problems on client machines, I\'d like to be able to run a few command lines and email the results of them to myself.
I\'ve found Runtim
VerboseProcess utility class from jcabi-log can help you:
String output = new VerboseProcess( new ProcessBuilder("executable with output") ).stdout();
The only dependency you need:
com.jcabi jcabi-log 0.7.5