学习是最好的投资!
把 Progress 的 errorStream 印出來看看
Progress
errorStream
Runtime runtime = Runtime.getRuntime(); String[] cmd = {"cmd1", "cmd2"}; Process exec = runtime.exec(cmd); exec.getErrorStream();
另,貼下程式碼?
把
Progress
的errorStream
印出來看看另,貼下程式碼?