Hi all I am trying to develop a program that uses a program called VLC to display media. This program can be installed on windows; also there is a version for using in java called JVLC. I have used executing vlc.exe as a process. also I have tried to use JVLC. I downloaded a dictionary that contains one interface jar files and some dll files. but there was a problem and there was an Exception: java.lang.UnsatisfiedLinkError: Unable to load library 'libvlc
while libvlc.dll was in that dictionary. I loaded this dll file and other dll files manually but still there is exception.
java.lang.UnsatisfiedLinkError..... Can't find dependent libraries
I am trying to use ActiveX to access installed program. I use java with intelliJ IDEA. I don't know how to do this. I have read here but I can't understand what I have to do. Is there anyone can guide me ?
thank you; sajad