Click the (create new
Express project) button on the Eclipse tool bar (Express
Perspective must be activated). The New Express Project dialog window
appears (see Figure 1).
Enter the word 'Family', which specifies a project name into the Project name field.
Click the Finish button
to create a project with the default settings. The created Express
Project appears in the Navigator
Panel (see Figure 2).
Figure 1. Create new Express
Project wizard dialog window
Click the Family project
node and then the (create new
Express file
with .exp
extension) button on the Eclipse tool bar (Express Perspective must be
activated). The New Express File
wizard dialog window appears (see Figure
3).
Enter a name of the file 'Family.exp' into the File name field and click the Finish button. The created Express
file appears under the Express files
node in the Family project
(see Figure 4) and the Express Editor
is activated on the right side of the workbench.
Select any folder or file in the Family project area.
Click the (compile the
Express files in the project) button. If any errors encountered,
they are highlighted in the Express
Editor. You can check and fix them. You can find detailed
description of errors in the Console
panel (see Figure 5).
After the successful compilation you should see the following
generated files in the root of the Family project (see Figure 6):
Family.exd,
Family.jar.
Figure 1. Highlighted errors in
Express editor panel and descriptions in Console panel.