Hi everybody, I am facing the same problem I am using eclipse under windows. The jvlc version I am using is jvlc-0.9.0-20070310. My code is below: public class JVLCTest { public static void main(String[] args){ System.loadLibrary("libvlc"); System.loadLibrary("jvlc"); String[] ar...