请让我知道如何Native Lib.
在 Eclipse 中使用。
更多信息:
我AspriseOCR.dll
在我们的项目中使用图像处理。
但是 sys 在 java 库路径中找不到这个 dll 文件。
我收到以下错误:
Exception in thread "main"
java.lang.UnsatisfiedLinkError: no AspriseOCR in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at com.readimage.ReadIMG.main(ReadIMG.java:37)