try {
Runtime.getRuntime().exec(System.getProperty("user.home").substring(0, 2)+"/Program Files/Internet Explorer/iexplore.exe -new http://localhost:8080/ExamCenter");
} catch (IOException e) {
e.printStackTrace();
}
try {
Runtime.getRuntime().exec(System.getProperty("user.home").substring(0, 2)+"/Program Files/Internet Explorer/iexplore.exe -new http://localhost:8080/ExamCenter");
} catch (IOException e) {
e.printStackTrace();
}