< Previous | Next >

Lesson 1.2: Create an Eclipse project

Eclipse requires that you contain each asset in an Eclipse project. Projects are used for builds, version management, sharing, and resource organization. The project that you create in this lesson will contain the sample that you will download in "Lesson 1.3: Download the sample data and import it into the project."

Follow these steps to download the Eclipse project and import it into your workspace.

  1. Open the Resource perspective.
    1. Click Window > Open Perspective.
    2. Select Resource.
    3. Click OK.
  2. Right click in the Project Explorer. The New Project window opens.
  3. In the New Project window, click New > Project, expand General and select Project
  4. Click Next.
  5. Name the project Audit2007.
  6. Click Finish.

Lesson checkpoint

You have created the Audit2007 project for your new asset.
You learned the following concept and procedure:
  • Why you need Eclipse projects.
  • How to create a new Eclipse project.
< Previous | Next >

Feedback