errorz 主に泣いてます >> However, when this is started through Runtime.exec() or ProcessBuilder the socket does not open until the first process is terminated
エラー日記
主に泣いてます
最新更新日時: 2011年02月19日 18時22分
このフォルダのページビュー: 120206
1) You should forcibly stop a spawned process using Process.destroy(). 2) You should merge the process stdout and stder using ProcessBuilder.redirectErrorStream(true). 3) You should use the varags constructor for ProcessBuilder - something like |
http://forums.sun.com/thread.jspa?threadID=5418086 Java Programming - Issue with Runtime.exec() or ProcessBuilder pb.start() |