学习是最好的投资!
Print Progress 的 errorStream and take a look
Progress
errorStream
Runtime runtime = Runtime.getRuntime(); String[] cmd = {"cmd1", "cmd2"}; Process exec = runtime.exec(cmd); exec.getErrorStream();
Also, can you post the code?
Print
Progress
的errorStream
and take a lookAlso, can you post the code?