cara membuka aplikasi desktop menggunakan java

File file = new File("/absolute/path/to/file.vlc");
Desktop.getDesktop().open(file);
Lonely Llama