I tried to start vlc player in Java, but somehow it did not word. Any other Prog I tried worked. Plz have a look at my code:
try {
Runtime.getRuntime().exec("K:\...\vlc.exe");
} catch (Exception ex) {
System.out.println(ex);
}
Where is the problem starting videoLAN Player?