使用Runtime.getRuntime().exec()方法时要注意工作目录 Leave a Comment / Java / August 20, 2008 August 20, 2008 使用Runtime.getRuntime().exec()方法时要注意Working Directory 如果不设定Working Directory,被调用进程的工作目录就是调用进程的工作目录 设定方法是:使用以下方法调用 Runtime.getRuntime().exec(command, envp, dir), dir就是工作目录