A typical development model is to create a project in your
workspace and add it to source control.
In this lesson, you will create an Eclipse project that
contains a directory and two new files. In a later lesson, you will
share the project and add it to source control.
To create a
project in your Eclipse workspace:
In Eclipse, open the Resource perspective: click Window > Open Perspective > Other, click Resource,
and click OK.
Click File > New > Project.
In the Wizards list, expand General,
click Project, and click Next.
In the Project name field, type yourname_tutorial and
click Finish.
Add a directory to your tutorial folder:
Click File > New > Folder.
In the Folder window, select your tutorial folder. In
the Folder name field, type docs and
click Finish.
Add two files to the docs folder:
Click File > New > File.
In the File window, select the docs folder. In the File
name field, type readme.txt and click Finish.
Click File > New > File.
In the File window, select the docs folder. In the File
name field, type notes.txt and click Finish.
In the editor view, add some text to the files and save
them.