hi. i followed your tutorial for eclipse and usesing jre1.8. download 'Tess4J-3.4.0-src.zip' 1. create new java project. 2. coped 'lib' folder into project root. tessdata and images too. 3. 'add external jar' all 'jar' file in 'lib' folder . 4. create code and run java application. but exception error. whats wrong? Anything I missed? structure prj |-src/tess4j | test.java |-lib |-tessdata | eurotext.tif code : System.setProperty("jna.library.path", "32".equals(System.getProperty("sun.arch.data.model"))...