From the Eclipse editor, select File -> Import.
The Import dialog box appears.
Expand the General directory, select File
System, and click Next.
-
Next to the From directory text box, click Browse
and select the following directory:
<Isight_install_directory>/<operating_system>/examples/development/applications/
-
Click OK to return to the Import
dialog box.
Select ModellingAPIExample.java from the list
on the right.
In the Into folder text box, enter the following:<Project-name>/src/examples/development/applications
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.
|