Exemple #1
0
 /** Passes the commands directly to Runtime.exec (with the passed envp) */
 public static Process createProcess(String[] cmdarray, String[] envp, File workingDir)
     throws IOException {
   return ProcessUtils.createProcess(cmdarray, envp, workingDir);
 }