设计一个java, 用于启动系统中原有的计算器 监听那一块要怎么写
如题目所写
[解决办法]
- Java code
try { Runtime.getRuntime().exec( "c:/windows/system32/calc.exe"); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); }