dll - Native Library in java using eclipse -


please let me know how use native lib. in eclipse.
more:
using aspriseocr.dll in our project image processing.
sys can't find dll file in java library path.
getting below error:

exception in thread "main"  java.lang.unsatisfiedlinkerror: no aspriseocr in java.library.path     @ java.lang.classloader.loadlibrary(classloader.java:1682)     @ java.lang.runtime.loadlibrary0(runtime.java:823)     @ java.lang.system.loadlibrary(system.java:1030)     @ com.readimage.readimg.main(readimg.java:37) 

i had same problem. resolved putting below .dll ../java(version)/jre/bin folder:

aspriseocr.dll, asprisejtwain.dll, devil.dll, ilu.dll

vishal srivastava


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -