Runtime rt = Runtime.getRuntime(); try { rt.exec("C:\\Program Files\\Mozilla Firefox\\firefox.exe"); } catch (IOException e) { e.printStackTrace(); }