-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.UnsatisfiedLinkError: no jniopencv_core in java.library.path #1098
Comments
It says something is missing from your system, could you find out what it is? |
… 2015 on Windows (issue bytedeco/javacv#1098)
Thanks for checking this out! I've fixed this in commit bytedeco/javacpp-presets@26de6ef, but please try with the snapshots to make sure nothing else is broken: http://bytedeco.org/builds/ |
hi @saudet, |
The fix is now included with version 1.4.4. Thanks for reporting and for testing! |
Exactly the same behavior I have with the versions 1.5.6 and 1.5.7 again in windows 7 but not in windows 10 and in linux. If I use the 1.4.4 the link error is disappeared. Please could you check it? |
It looks like newer versions of OpenCV and/or Visual Studio won't build binaries that work on Windows 7 anymore. |
Thank you for your answer. I'll do it! |
Hi,
I just started working with images so i wanted to use this library but i am having this error:
as you can see i added the dependency just as it says in the README file.
perhaps i missed some extra configuration i read all the similar issues but they seem to be out of date, even i have tried some of them but i am still having the issue
I am working with Netbeans 8.2
OS: Windows 7
Maven version: 3.6.0
Thanks in advance.
The text was updated successfully, but these errors were encountered: