Para un entorno Windows..
Código Java:
Ver originaltry {
if ((new File("c:\\Java-Interview.pdf")).
exists()) {
.getRuntime()
.exec("rundll32 url.dll,FileProtocolHandler c:\\Java-Interview.pdf");
p.waitFor();
} else {
System.
out.
println("File is not exists");
}
ex.printStackTrace();
}
PD: Googleando 2 segundos.. vas a encontrar varias respuestas mas..