Ver originaltry { String path = "carpeta/archivo.pdf"; Desktop.getDesktop().open(path);} catch (IOException ex) { //...}