Una cosa del tipo
try{
String pat&File = path di IE explorer + path del file da aprire
esempio
String path&File = "c:\programmi\Internet Explorer\ie.exe c:\documenti prova.html"
Process p = Runtime.exec(path&File);
}catch(IOException io){
}
Una cosa del tipo
try{
String pat&File = path di IE explorer + path del file da aprire
esempio
String path&File = "c:\programmi\Internet Explorer\ie.exe c:\documenti prova.html"
Process p = Runtime.exec(path&File);
}catch(IOException io){
}