//以启动QQ为示例【参数为QQ的安装路径】 try { String command = "C://Program Files//Tencent//QQ//QQ.exe"; Runtime r = Runtime.getRuntime(); r.exec(command); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); }
版权声明:本文为博主原创文章,未经博主允许不得转载。