如题目所写
------解决方案--------------------------------------------------------
- Java code
try { Runtime.getRuntime().exec( "c:/windows/system32/calc.exe"); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); }
try { Runtime.getRuntime().exec( "c:/windows/system32/calc.exe"); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); }