2012-08-14 4 views
0

내 PC는 32 비트이고 win32 및 i ins 용 opencv 2.4.2 버전을 다운로드합니다. , 나는 환경 varialble에 너무 경로를 incude. 하지만 여전히 나는 예외를 스레드에서jniopencv_core7109340164936655704.dll로드 중 : javacv

예외를 다음있어 "기본"에서 java.lang.UnsatisfiedLinkError : C : \ 사용자 \ 프랜시스 \의 AppData \ 로컬 \ 온도 \ jniopencv_core7109340164936655704.dll : 이 종속 라이브러리를 찾을 수 없습니다

어떻게이 문제를 해결할 수 있습니까?

답변

0

다음은 전체 구성 단계입니다. 그것을 확인하자.

  1. Install Microsoft Visual C++ Redistributable Packages x86 download link

  2. Extract OpenCV-2.4.2-win-superpack.exe inside the root directory C:\

  3. Configure path: Add the following environment variables in system path (Make Sure that the folder path is correct) 32-bit version of the JDK:
    C:\opencv\build\common\tbb\ia32\vc10\;C:\opencv\build\x86\vc10\bin\;

  4. add the .jar files (match with the version of your system) to build path of project.