Load a DLL from within a jar

1
Hello, I'm currently working on a project where I need to create an API in Java for image processing and after that I have to integrate it into a Mobile module and a web module.

But when I tried to do the first integration, an error occurred where the program complains that it does not find the Opencv dll (API that is integrated with mine) when using one of my API classes. I would like to know how to load the opencv dll that I am using from within the jar of my API.

    
asked by anonymous 18.08.2017 / 22:52

0 answers