A typical development model is to create a project in your
workspace and add it to source control.
About this task
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:
Procedure
- In Eclipse, open the Resource perspective: click , click Resource,
and click OK.
- Click .
- 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 .
- 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 .
- In the File window, select the docs folder. In the File
name field, type readme.txt and click Finish.
- Click .
- 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.
Results
You have now created an Eclipse project in your
workspace that includes a directory and two new files.