java.lang.UnsatisfiedLinkError: Cannot find dependent libraries
Some Windows 7
users cannot use the Java bindings.
For more information see the following links:
https://github.com/opencv/opencv/issu...
https://stackoverflow.com/questions/5...
Thank you for helping.
the prebuilt winpack libs are built on win10, vc14 or vc15 (idk.) so they have a dependancy to the resp. VC runtime libs, and you might try to install those on your win7 box. (they're not there by default)
otherwise, you should build the opencv / java libs locally, on win7, in this case