摘要:
当我们需要在java程序中调用外部程序,我们可用通过Runtime.exec()调用来完成。The class java.lang.Runtime features a static method called getRuntime(), which retrieves the current Java Runtime Environment. That is the only way to obtain a reference to the Runtime object. With that reference, you can run external programs by invoki 阅读全文
posted @ 2013-07-31 23:43
在异乡
阅读(10080)
评论(0)
推荐(1)