java代码执行linux命令 怎样在java代码中调用执行shell脚本?
浏览量:2061
时间:2021-03-13 07:05:46
作者:admin
怎样在java代码中调用执行shell脚本?
//用法:运行时.getRuntime(). Exec(“command”)string shpath=“/测试/测试.sh“//程序路径process=null string command1=”Chmod 777“shpath try{运行时.getRuntime().exec(command1).waitFor()}catch(IOException e1){e1.printStackTrace()}catch(interruptedeexception e){e.printStackTrace()}string var=“201102”/参数string command2=“/bin/sh”shpath“”变量运行时.getRuntime().exec(command2).waitFor()
java代码执行linux命令 shell脚本调用java代码 java执行shell命令
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。