BackPrevious Topic  Next TopicNext

Installing the Design API

Both Designer and Server include the full Design API packages. Designer includes a single threaded Design API, while Server includes a multithreaded Design API. You can also download and install the independent Design API and Server Design API packages on your local machine, then you can program with them without having to install any other Logi Report products. This topic describes how you can install the Design API using different methods.

This topic contains the following sections:

Installing the Design API by Designer

When you install Designer, you install the Design API at the same time. After installation, you have the following components in <designer_install_root>\lib:

  • JREngine.jar
  • report.jar
  • sac-1.3.jar
  • log4j-core-2.13.3.jar and log4j-api-2.13.3.jar (Jar files used for the Logi Report Engine logging system)

You can get the classes for the Design API classes in the archive files: report.jar and JREngine.jar. You need to take the following steps before you can compile and run the program:

  1. Set the classpath environment variable. Append the following string to your class path that starts the Design API (make sure that the path of the file JREngine.jar is before that of the file report.jar):

    <designer_install_root>\lib\JREngine.jar;<designer_install_root>\lib\report.jar;<designer_install_root>\lib\log4j-core-2.13.3.jar;<designer_install_root>\lib\log4j-api-2.13.3.jar;<designer_install_root>\lib\sac-1.3.jar;

  2. Add the jar files for your DBMS JDBC drivers.
  3. Set the -Dreporthome parameter to be the same as the root path of Designer.
  4. Register the Design API licensed user and license key in your source code.

Back to top

Installing the Design API by Server

When you install Server, you install the Server Design API at the same time. After installation, you have the following components in <server_install_root>\lib:

  • JREngine.jar
  • JREServlets.jar
  • sac-1.3.jar
  • log4j-core-2.13.3.jar and log4j-api-2.13.3.jar (Jar files used for the Logi Report Engine logging system)

You can get the classes for the Server Design API classes in the archive files: JRESServlets.jar and JREngine.jar. You need to take the following steps before you can compile and run the program:

  1. Set the classpath environment variable. Append the following string to your class path that starts the Server Design API:

    <server_install_root>\lib\JRESServlets.jar;<server_install_root>\lib\JREngine.jar;<server_install_root>\lib\log4j-core-2.13.3.jar;<server_install_root>\lib\log4j-api-2.13.3.jar;<server_install_root>\lib\sac-1.3.jar;

  2. Add the jar files for our DBMS JDBC drivers.
  3. Set the -Dreporthome parameter to be the same as the root path of Server.
  4. Register the Server Design API licensed user and license key in your source code.

Back to top

Installing Independent Design API

Ask the Logi Analytics Support (support@logianalytics.com) for the independent Design API installation file. Then, run the file and follow the prompts to install.

After you install the Design API by running the installation file, you need to take the following steps before you can compile and run the program:

  1. Set the classpath environment variable. Append the following string to your class path that starts the Design API:

    <designAPI_install_root>\lib\designAPI.jar;<designAPI_install_root>\lib\log4j-core-2.13.3.jar;<designAPI_install_root>\lib\log4j-api-2.13.3.jar;<designAPI_install_root>\lib\sac-1.3.jar;<designAPI_install_root>\lib\hsqldb-2.5.1.jar

  2. Set the -Dreporthome parameter to be the same as the root path of the Design API.

Back to top

Installing Independent Server Design API

Ask the Logi Analytics Support (support@logianalytics.com) for the independent Server Design API installation file. Then, run the file and follow the prompts to install. We don't recommend using these libraries, instead we recommend you use the Design API libraries included in Server.

After you have install the Server Design API by running the installation file, you need to take the following steps before you can compile and run the program:

  1. Set the classpath environment variable. Append the following string to your class path that starts the Server Design API:

    <svrdesignAPI_install_root>\lib\serverDesignAPI.jar;<svrdesignAPI_install_root>\lib\log4j-core-2.13.3.jar;<svrdesignAPI_install_root>\lib\log4j-api-2.13.3.jar;<svrdesignAPI_install_root>\lib\sac-1.3.jar;<svrdesignAPI_install_root>\lib\hsqldb-2.5.1.jar

  2. Set the -Dreporthome parameter to be the same as the root path of the Server Design API.

Back to top

BackPrevious Topic  Next TopicNext