Hi everyone.
I have downloaded jvlc-binary-windows-x86-20070310.zip, make a netbeans project, and also the javadoc generated.
I want VideoLAN have it, so how do I send it to them?
Thank you for your time.
Edgar Madrigal Fallas
I am replying myself. Just in case someone have the same error: I made a change in the .bat file, and added two args to the player: java -cp jvlc-core-0.9.0-SNAPSHOT-20080727.jar org.videolan.jvlc.example.VLCExample c:/temp/1.mp3 -vvv "--plugin-path=plugins\\" Now the error changes to: >ja...
Hi everyone. Here is my question. I am developing a java application, that plays mp3, avi, etc..... So I choose jvlc, because is cross platform, so I am developing the app in netbeans plus windows, but the actual app will run in linux. So I downloaded: http://trac.videolan.org/jvlc/wiki/download , a...