La classe Runtime ha anche un metodo exec che prende un array di stringhe , l'url completo puoi metterlo li ,

String[] cmd = {"c:\programmi\Ineternet Explorer\IEXPLORER.exe","www.sito.com/index.php?parametro=eccecc."};
Runtime corri = Runtime.getRuntime();
Process p = Runtime.exec(cmd);