码迷,mamicode.com
首页 >  
搜索关键字:java调用shell脚本且传递参数    ( 1个结果
java调用shell脚本且传递参数
在最近的工作中,需要用到Java要调用shell脚本的情况。总结如下:@RequestMapping("/changePermission") publicStringchangePermission(){ StringreturnCode=""; try{ Processprocess=Runtime.getRuntime().exec("chmod755/tmp/upgrade.sh"); process.waitFor();//test2...
分类:编程语言   时间:2017-04-01 14:15:45    阅读次数:821
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!