Okay so I'm a nub... But whats wrong with just downloading the precompiled jvlc.jar file?
http://trac.videolan.org/jvlc/wiki/download
Code: Select all
String[] args = new String[] { "-vvv", "--plugin-path=g:\\Program Files\\VideoLAN\\VLC\\plugins" };
jvlc = new JVLC(args); //replacing --> jvlc = new JVLC();