1

In oder to create a simple opencv java project I folled this tutorial step by step but

when I run the associated exemple I get the folowwing error :

Exception in thread "main" java.lang.UnsatisfiedLinkError: no libopencv_java247 in java.library.path

EDIT

I read all similar questions and I try those solutions

--

-Djava.library.path=/home/noura/Desktop/opencv/build/lib/

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/noura/Desktop/opencv/build/lib

but the problem is not solved

1
  • any response please ? Commented Nov 20, 2013 at 17:49

1 Answer 1

2

just I should write

System.loadLibrary("opencv_java247");

instead of

System.loadLibrary("libopencv_java247");

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.