So öffnen Sie eine Desktop -Anwendung mit Java
File file = new File("/absolute/path/to/file.vlc");
Desktop.getDesktop().open(file);
Lonely Llama
File file = new File("/absolute/path/to/file.vlc");
Desktop.getDesktop().open(file);