The Eclipse platform uses projects as a mean to organize resources.
An Eclipse project is associated with a specific directory on the disk, named project directory. Eclipse creates a .project file in the project directory.
The project is presented in the workspace and you can browse the project directory contents.
Note that although the project is presented in the workspace, the project directory can be located outside the workspace directory.
1. Invoke Wizard Click on the New e Project button
in the e language perspective
or chose menu File > New > Project... > e Language > e Project.
2. Project Location Specify the project directory. It can be a directory which already contains sources or a new directory which will be created.
3. Project Name If it is the first time a project is created in the specified directory (no .project file in it) you'll need to specify the project name. Otherwise the platform will detect the existance of the project and bring it in your workspace without additional questions, except for confirmation.
4. Finish Although you could continue with the wizard to specify additional properties of the project, you can finish now and later on refine the project spec.