本帖最后由 不冬眠的蚂蚁 于 2014-3-9 10:51 编辑
class RuntimeDemo
{
public static void main(String[] args) throws Exception
{
Runtime r = Runtime.getRuntime();
//Process p = r.exec("notepad.exe SystemDemo.java");
r.exec("D:\\Program Files\\Baofeng\\StormPlayer\\StormPlayer.exe");//赋值目录,单斜杠改为双斜杠
//Thread.sleep(4000);
//p.destroy();
}
} | 为老师说可以打开.exe文件,可我的这段却没法运行,也没打开暴风影音??求指点 |
|