import java.util.*;
class War3
{
public static void main(String[] args)throws Exception
{
Runtime r =Runtime.getRuntime();
r.exec("D:\\自学\\随记\\war3\\Frozen Throne.exe");
}
}
这个是我写的程序。
C:\Users\liuyuan\Desktop\未命名.jpg
这个是错误提示:
Exception in thread "main" java.io.IOException: Cannot run program "D:\自学\随记
\war3\Frozen": CreateProcess error=740, ???ó???×÷?è??á?
好不容易实际应用一次。还没搞定,。太打击积极性了。希望各位看官指点。 |
|