try {
Runtime currentApp = Runtime.getRuntime();
currentApp.exec(Param.getInstance().getReleaseRun());
} catch (Exception q) {
q.printStackTrace();
}
try {
Thread.sleep(3000);
System.exit(0);
} catch (Exception w) {
w.printStackTrace();
}
try {
Runtime currentApp = Runtime.getRuntime();
currentApp.exec(Param.getInstance().getReleaseRun());
} catch (Exception q) {
q.printStackTrace();
}
try {
Thread.sleep(3000);
System.exit(0);
} catch (Exception w) {
w.printStackTrace();
}