Open Project and Project > Close Project may no be what you think, they apply to projects that are already in the work" />
开发者

how to open project with Java EE Eclipse?

开发者_运维问答Like this:

how to open project with Java EE Eclipse?

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


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):

how to open project with Java EE Eclipse?


(source: eclipse.org)

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


Perhaps you want to Import a Project to Eclipse From an Archive File.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜