17/10/2006, 14:27
|
| | Fecha de Ingreso: octubre-2006
Mensajes: 18
Antigüedad: 18 años, 2 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");
}
}
} |