(Paths.java:138) at sun.misc.Launcher$ 分享4赞 maven吧 凌_遗忘 java代码调用linux命令行执行maven打包代码: Process process; String filePath="/var/aaa_pure"; File dir = new File(filePath); process = Runtime.getRuntime().exec("mvn package", null, dir); 报错: Cannot run program "mvn"...