Closed kleysonr closed 6 years ago
Just realized in the blog post about the native library.
Thanks.
How do you setup the native libraries in Ubuntu?
How do you setup the native libraries on Mac?
I don't have the code right now, but the following paragraph in the blogpost helped me to fix the bug.
_This application uses OpenCV native libraries (.dll or .so) and loads them using the System.loadLibrary()method. Set the directory path for these native libraries in the system environment variable or pass this path as a command line argument. For example, for a 64-bit Windows machine, the path of the native library file (opencv_java320.dll and opencv_ffmpeg32064.dll) will be {OpenCV Installation Directory} \build\java\x64.
So, somehow I used the System.loadLibrary() to fix the issue.
yes, thank you. I could run the app
After:
Getting the following error: