java 调用外部应用程序

String path = "C:/Documents and Settings/Administrator/桌面/SPX Editor/ge.exe";
try

{
Runtime.getRuntime().exec("cmd /c start excel /"" + path + "/"");
} catch (IOException e) {
e.printStackTrace();
}

版权声明:本文为博主原创文章,未经博主允许不得转载。

你可能感兴趣的:(java)