javacpp.jar - 内存中没有本机JavaCPP库

时间:2014-05-05 22:06:11

标签: java opencv javacv

我正在尝试运行此行: BytePointer bP = new BytePointer(imageSource);

imageSource是一个字节数组。我在控制台中收到以下错误:

SEVERE: Servlet.service() for servlet [spring] in context with path [/facerecognition] threw exception [Request processing failed; nested exception is java.lang.RuntimeException: No native JavaCPP library in memory. (Has Loader.load() been called?)] with root cause
java.lang.UnsatisfiedLinkError: com.googlecode.javacpp.BytePointer.allocateArray(I)V

重要提示:

  • 昨天工作正常,今天“BOOM”(不知道)
  • 在构建路径中正确添加了库javacpp.jar
  • 我正在使用openCV 248
  • 此Dynamic Java Project在Tomcat 7.0.47
  • 下运行
  • 昨天和今天之间唯一改变的是RAM升级(从4到8 GB)

我完全不知道发生了什么。

0 个答案:

没有答案