Java importing library problem

Discussion in 'Programming' started by starzup, Oct 10, 2010.

  1. #1
    I want to convert image file(containing words) to some string of words in java. I am trying using aspireocr for this.
    http://asprise.com/product/ocr/download.php?lang=java
    Though I imported aspriseOCR.jar into class path of the java program in eclipse but I am unable to import AspriseOCR.dll file. So, i am getting errors. Please can anyone help in "Put the native library into the library path " as their document says to import dll files.

    I am unfamiliar to modifying library path in java eclipse, can any programmer tell me pls.
     
    starzup, Oct 10, 2010 IP
  2. joslee

    joslee Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Copy the dll files to any folder in %PATH%, e.g., C:\Windows\system32. To check list of folders in %PATH%, run the following command in console:

    echo %PATH%
     
    joslee, Oct 10, 2010 IP