-3
執行我使用此代碼到我的java程序獲取bash腳本的輸出值與Java
pb.environment().put("time", time);
pb.environment().put("value", value);
Process p = pb.start();
p.waitFor();
// get the return value
內執行一個腳本等待的過程是有可能得到的輸出值之後?輸出值是指腳本中使用的回波值
http://stackoverflow.com/questions/5711084/java-runtime-getruntime-getting-output-from-executing-a-command-line-program –