Modifying the Isight Class Path

Before you can use the Database component, you may need to modify the Isight class path.

This task shows you how to:

Modify the Isight Class Path on Windows

  1. From the Start menu’s Control Panel, click System.

    The System Properties dialog box appears.

  2. Click the Advanced tab, and select Environment Variables.

    The Environment Variables dialog box appears.

  3. Click New (under the User variables for user area).

    The New User Variable dialog box appears.

  4. In the Variable name text box, type the following:

    FIPER_ADDPATH

  5. In the Variable value text box, type the following:

    C:\oracle\ora92\jdbc\lib\ojdbc14.jar; C:\Program Files\IBM\SQLLIB\java\db2jcc.jar

  6. Click OK to save the variable.

  7. In the Systems variable list, find the CLASSPATH variable, and click Edit.

  8. At the end of the existing definition, add the following:

    ;%FIPER_ADDPATH%

  9. Click OK to save your changes.

  10. Click OK to exit the Systems Variable dialog box.

  11. Click OK to close the Environment Variable dialog box.

Modify the Isight Class Path on Linux

  1. Using a text editor, open the fiperenv file, which is located in the bin directory of your Isight installation directory.

  2. Add the following line in the file. Do not type a space after the equal sign.

    FIPER_ADDPATH="/users/ora92/jdbc/lib/ojdbc14.jar; /users/IBM/SQLLIB/java/db2jcc.jar"

  3. Save and close the fiperenv file.