Where are projects stored in Eclipse?

后端 未结 7 1624
名媛妹妹
名媛妹妹 2020-12-15 19:17

The Project Explorer is able to list all projects in Eclipse. I am wondering where the project information gets stored?

7条回答
  •  攒了一身酷
    2020-12-15 19:49

    For Eclipse Kepler SR2 on Windows 7

    The easiest way to retrieve general info about a project (e.g., its location), see the following:

    1. go to your "Package Explorer" view;
    2. right-click on your project top-hierarchy folder;
    3. choose "Show In" -> "Properties";

    and you'll get the list of properties for that project in the "Properties view". Location of project will be in there.

提交回复
热议问题