Please let me know how to use Native Lib.
in Eclipse.
for more:
I am using AspriseOCR.dll
in our project for image processing.
but sys can't find this dll file in java library path.
i am getting below error:
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)