Ver Mensaje Individual
  #729 (permalink)  
Antiguo 17/10/2006, 14:27
assault
 
Fecha de Ingreso: octubre-2006
Mensajes: 18
Antigüedad: 17 años, 7 meses
Puntos: 0
encontre la solucion en programacion.com
fijense en el /foros/6/msg/128267/

import java.io.*;

public class test {
public static void main(String[] args){
try {
//Runtime.getRuntime().exec("cmd /c start iexplore colocarquielurl";);
//Runtime.getRuntime().exec("cmd /c start iexplore C:\\Documents and Settings\\xxx\\Desktop\\index.html");
} catch (IOException io) {
System.out.println("did not work");
}
}
}