日期:2014-05-20  浏览次数:20649 次

设计一个java, 用于启动系统中原有的计算器 监听那一块要怎么写
如题目所写


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