Java打开新的IE窗口

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();
		}

你可能感兴趣的:(java,IE)