Launch Eclipse.
The Workspace Launcher dialog box appears.
In the Workspace text box, enter the path where
you want your workspace to reside. You can also click Browse
to navigate to the location.
Click the Go To Workbench icon on the right side of the interface.
From the Eclipse editor, select File -> New -> Java
Project.
The New Java Project dialog box appears.
In the Project name text box, enter a project
name.
In the JRE area, click Configure JREs.
The Preferences (Filtered)
dialog box appears.
Click Add.
-
From the Add JRE dialog box that appears, verify that Standard VM is selected in the list,
and click Next.
-
Click Directory (next to the JRE home
text box), and select the following directory:
<Isight_install_directory>/<operating_system>/code/jre/
-
In the JRE name text box, enter ISIGHT_JRE.
-
Click Finish to return to the Preferences
(Filtered) dialog box.
In the Installed JREs list, select ISIGHT_JRE
and click OK.
The New Java Project dialog box appears.
In the JRE area, select Use default
JRE (currently 'ISIGHT_JRE').
Click Finish.
Your project appears in the Package Explorer
area on the left side of the Eclipse editor.