Exporting Eclipse project with a reference to native library
- by TacB0sS
I have an Eclipse project, that uses JMF, I found out I could skip the JMF installation process and still to use the CaptureDeviceManager of the JMF, and to receive the list of devices if I could point my project to the native lib of the JMF.
I've managed to add the native lib to the IDE run/debug, but once I export the application to an external…