shell脚本调用java代码 怎样在java代码中调用执行shell脚本?
浏览量:1118
时间:2021-03-28 21:55:39
作者: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()
shell脚本调用java代码 java代码调用shell命令 shell调用java执行结果
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。