2

Like this:

alt text

the "open project" item's color is grey.

asked Apr 11, 2010 at 1:58
1
  • 1
    This is a bit confusing if you are not used to Eclipse. Commented Apr 11, 2010 at 2:36

3 Answers 3

7

Project> Open Project and Project> Close Project may no be what you think, they apply to projects that are already in the workspace and are closed/open respectively. From the Eclipse documentation:

When a project is closed, it can no longer be changed in the Workbench and its resources no longer appear in the Workbench, but they do still reside on the local file system. Closed projects require less memory. Also, since they are not examined during builds, closing a project can improve build time.

You are probably looking for File> New> Project that would open the following wizard (select the type of project you want to create and follow the steps):

alt text
(source: eclipse.org)

To import an existing Eclipse project, use File> Import> Existing Project into Workspace.

Glorfindel
22.8k13 gold badges97 silver badges124 bronze badges
answered Apr 11, 2010 at 2:25
Sign up to request clarification or add additional context in comments.

Comments

3
answered Apr 11, 2010 at 2:25

2 Comments

how in the world did you know he wanted to do that from his question?
@SB: Eclipse has projects. I guessed he was looking for a File => Open and the correct way to do it, is a project import :)
2

You need to first create a project using File -> New Project. Then the project you've created must be closed before you can then open it.

answered Apr 11, 2010 at 2:02

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.