Runtime run=Runtime.getRuntime(); String cmd="c:\\Programme\\internet explorer\\iexplore.exe c:\\index.html"; System.out.println(cmd);try{ run.exec(cmd); }catch(Exception e) { System.out.println("Hat wohl nicht geklappt!"); }