java调用shell命令并获取执行结果的示例
使用到Process和Runtime两个类,返回值通过Process类的getInputStream()方法获取
packageark;
importjava.io.BufferedReader;
importjava.io.IOException;
importjava.io.InputStreamReader;
importjava.util.ArrayList;
importjava.util.List;
publicclassReadCmdLine{
publicstaticvoidmain(Stringargs[]){
Processprocess=null;
ListprocessList=newArrayList();
try{
process=Runtime.getRuntime().exec("ps-aux");
BufferedReaderinput=newBufferedReader(newInputStreamReader(process.getInputStream()));
Stringline="";
while((line=input.readLine())!=null){
processList.add(line);
}
input.close();
}catch(IOExceptione){
e.printStackTrace();
}
for(Stringline:processList){
System.out.println(line);
}
}
}
调用shell脚本,判断是否正常执行,如果正常结束,Process的waitFor()方法返回0
publicstaticvoidcallShell(StringshellString){
try{
Processprocess=Runtime.getRuntime().exec(shellString);
intexitValue=process.waitFor();
if(0!=exitValue){
log.error("callshellfailed.errorcodeis:"+exitValue);
}
}catch(Throwablee){
log.error("callshellfailed."+e);
}
}
以上这篇java调用shell命令并获取执行结果的示例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持毛票票。
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短