How do I open a file with the default associated program in Java? (for example a movie file)
You can use Desktop.getDesktop().open(File file). See the following question for other options: "[Java] How to open user system preffered editor for given file?"
Desktop.getDesktop().open(File file)
1.4m articles
1.4m replys
5 comments
57.0k users