Importing and Creating the Application Code

You must load an existing example file from the Isight examples directory. Typically, you would import and create the application code needed to write your application using the Isight API.

  1. From the Eclipse editor, select File -> Import.

    The Import dialog box appears.

  2. Expand the General directory, select File System, and click Next.

    1. Next to the From directory text box, click Browse and select the following directory:

      <Isight_install_directory>/<operating_system>/examples/development/applications/

    2. Click OK to return to the Import dialog box.

  3. Select ModellingAPIExample.java from the list on the right.

  4. In the Into folder text box, enter the following:<Project-name>/src/examples/development/applications

  5. Click Finish to return to the Eclipse editor.

    Compilation errors are displayed as red X’s. For information about resolving compilation errors, see Configuring the Build Path.

    The Java class appears under your project’s node in the Package Explorer area.