private Task <ProcessOutput> InvokeJava(string args) { return(ProcessUtil.InvokeAndCaptureOutput(_javaExecutableName, args)); }