-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unsatisfied Link Eception #2
Comments
I have pushed a change swapping the Maven dependency and updating the OpenCV version. You shouldn't have to mess with the path yourself as the dependency used contains the binaries needed to use the library. |
Thanks much for your reply.
|
I've been able to rectify the above error, then another situation
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've added opencv lib to path put I still get this error
run: Exception in thread "main" java.lang.UnsatisfiedLinkError: no jniopencv_core in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:1302) at org.bytedeco.javacpp.Loader.load(Loader.java:1043) at org.bytedeco.javacpp.Loader.load(Loader.java:935) at org.bytedeco.javacpp.opencv_core.<clinit>(opencv_core.java:10) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at org.bytedeco.javacpp.Loader.load(Loader.java:994) at org.bytedeco.javacpp.Loader.load(Loader.java:951) at main.java.me.jakejmattson.facialrecognition.FacialRecognition.main(FacialRecognition.java:30) Caused by: java.lang.UnsatisfiedLinkError: no opencv_imgproc401 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:1302) at org.bytedeco.javacpp.Loader.load(Loader.java:1021) ... 7 more C:\Users\EMPEROR-CUZZY\AppData\Local\NetBeans\Cache\8.2\executor-snippets\run.xml:53: Java returned: 1 BUILD FAILED (total time: 3 seconds)
The text was updated successfully, but these errors were encountered: