I have a java app that launches VLC using the following command line (I've removed all the parameters for clarity): Runtime.getRuntime().exec("C:\\Program Files\\VideoLAN\\VLC\\vlc.exe") In versions pre 0.9.2 this worked fine. With versions 0.9.2 and 0.9.4 the launching has stopped working...