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

java 关机问题?
try {
Runtime.getRuntime().exec("cmd /c shutdown -s -f");
} catch (IOException e) {
e.printStackTrace();
}

怎么老弹出关机警告窗口呢?

------解决方案--------------------
shutdown -s -t 0