UnsatisfiedLinkError: no opencv_java249 in java.library.path

后端 未结 9 1494
旧巷少年郎
旧巷少年郎 2020-11-27 05:38

Running into some problems making a piece of code run on my mac. Had someone write me an image analysis java app but I keep getting this error when trying to run it on netbe

9条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-27 06:06

    Just add into the path the folder where your opencv_java249.dll is; it would be something like C:\bin\opencv\build\java\x32 or C:\bin\opencv\build\java\x64 depending of your machine architecture. The problem is that java.library.path is actually the path variable.

提交回复
热议问题