Skip to Content
DocsEmbedded version

Embedded version

InfoLink distribution includes a version of InfoLink compiled as a Java library infolink.jar that you can embedd into your Java application. In addition to internal InfoLink API you can also use APIHelper class that implements some useful higher level methods.

Setting Up and Running Example

  1. Login to your cloud account at https://infolinkcloud.com/ui/account.jsp
  2. Download Infolink home directory infolink.zip and Embedded version infolink.jar
  3. Unzip infolink.zip to any location. Path to the Infolink home directory will be passed as a parameter to infolink.jar
  4. If we provided you with a prebuilt metadata repository, unzip it if needed and copy infolink_master.mv.db to <infolink home>/data
  5. To run an example:
    1. copy infolink.jar to <infolink_home>/examples/embedded
    2. go to <infolink_home>/examples/embedded
    3. edit homeDir variable to point to <infolink_home>
    4. remove the first line with package definition
    5. run sed -i -e 's/\r$//' run.sh to convert from Windows to Linux/Mac
    6. run ./run.sh
Last updated on