Runtime r = Runtime.getRuntime();
try {
Process p = r.exec("iexplore", new String[] {"www.google.com"});
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
con questo codice non va ...se tolgo la parte :
new String[] {"www.google.com"}
internet explorer parte