I have written a program which I used Java Media Framework (JMF) Library to capture video from camera and display the video, when I run the program in Eclipse it work will, but when I export the program as runnable jar file, then the program cannot detect the device. I have done some experiment which I will share with you below.
I installed JFM in C drive and I add the libraries from C drive to Eclipse (C:\Program Files\JMF2.1.1e\lib) in this case the program run from Eclipse working will, but when I copied the libraries from (C:\Program Files\JMF2.1.1e\lib) to inside the project in Eclipse, then the same problem happen which cannot detect the device. Now I don’t know how to solve this problem, if anyone knows about this can suggest me. Thanks in Advance!
I have tried all below three options to export, but the same problem happened:
But when I select the first option then Eclipse warn as below: