Load a DLL from inside a jar

Asked

Viewed 133 times

1

Hello, I am currently working with a project where I need to create a java API 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 accuses not finding the Opencv dll (API that is integrated into my) at the time of using one of the classes of my API. I would like to know how to load the opencv dll that I am using from within my API jar.

  • Has it checked whether the dll is in the PATH? Are you calling the whole JNI correct? Mobile usually does not support dll (Windows dynamic library), but so for Android or dylib for iOS.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.