java调用外部程序挂起缘由

转自:http://blog.csdn.net/fh13760184/archive/2009/05/06/4153734.aspx Process p = Runtime.getRuntime().exec("my command ..."); int c = p.waitFor(); if (c != 0) { System.out.prinln("处理失败"); Buffer
相关文章
相关标签/搜索