try {
String shutdownCmd = "shutdown -s";
Process child = Runtime.getRuntime().exec(shutdownCmd);
} catch (IOException ex) {
Logger.getLogger(shutdown.class.getName()).log(Level.SEVERE, null, ex);
}
String shutdownCmd = "shutdown -s";
Process child = Runtime.getRuntime().exec(shutdownCmd);
} catch (IOException ex) {
Logger.getLogger(shutdown.class.getName()).log(Level.SEVERE, null, ex);
}