Runtime rt = Runtime.getRuntime(); Process p = null; String exeFilePath = ""; try{ exeFilePath = "C://Program Files//Opera 11.00 beta//opera.exe"; p = rt.exec(exeFilePath); }catch(Exception e) { //TODO do something here }