Ask Your Question
0

java.lang.UnsatisfiedLinkError: Cannot find dependent libraries

asked 2018-11-01 09:16:42 -0600

BullyWiiPlaza gravatar image

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.

edit retag flag offensive close merge delete

Comments

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

berak gravatar imageberak ( 2018-11-01 09:24:04 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-11-01 14:34:35 -0600

BullyWiiPlaza gravatar image

updated 2018-11-01 14:37:17 -0600

berak gravatar image

it turns out the api-ms-win-downlevel-shlwapi-l1-1-0.dll was missing so supplying it fixed the problem. See the GitHub link.

edit flag offensive delete link more

Comments

@BullyWiiPlaza -- hope you don't mind turning your comment into an answer here ;)

berak gravatar imageberak ( 2018-11-01 14:38:51 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-11-01 09:15:51 -0600

Seen: 588 times

Last updated: Nov 01 '18