Page 1 of 1

How to play VLC from Netbeans?

Posted: 23 May 2008 12:36
by user123
Hello,

Does someone know, how to open, play and control VLC from Netbeans IDE 6.1?


Best regards,

user123

Re: How to play VLC from Netbeans?

Posted: 25 May 2008 23:32
by Alin_Oana

Re: How to play VLC from Netbeans?

Posted: 26 May 2008 01:46
by user123

Thanks for this, but what can I do with it?Do I need to copy it into VLC folder?

Re: How to play VLC from Netbeans?

Posted: 29 May 2008 02:13
by Alin_Oana
You need to create a new Java project, copy the plugins dir, jvlc.dll and libvlc.dll in the project folder, import the org package in your project, create a new class named VLCExample (this should be identical with the class available in the package above VLCExample.java)

Re: How to play VLC from Netbeans?

Posted: 23 Jun 2008 11:38
by lefish
According to your advice, i intergated it into my eclipse project, but i got error:
[00000017] main interface error: no interface module matched "hotkeys,none"
[00000017] main interface error: no suitable interface module
[00000001] main private error: interface "hotkeys,none" initialization failed

Could you tell me how to solve it? Thanks.