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
- Login to your cloud account at
https://infolinkcloud.com/ui/account.jsp - Download Infolink home directory
infolink.zipand Embedded versioninfolink.jar - Unzip
infolink.zipto any location. Path to the Infolink home directory will be passed as a parameter toinfolink.jar - If we provided you with a prebuilt metadata repository, unzip it if needed and copy
infolink_master.mv.dbto<infolink home>/data - To run an example:
- copy
infolink.jarto<infolink_home>/examples/embedded - go to
<infolink_home>/examples/embedded - edit
homeDirvariable to point to<infolink_home> - remove the first line with package definition
- run
sed -i -e 's/\r$//' run.shto convert from Windows to Linux/Mac - run
./run.sh
- copy
Last updated on