File file = new File("文件绝对路径");Desktop.getDesktop().open(file);即可调用系统的默认打开工具,打开这个文件
java.awt.Desktop.open(new File("路径"));