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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -