Where are projects stored in Eclipse?

后端 未结 7 1622
名媛妹妹
名媛妹妹 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:53

    By default projects in Eclipse are stored under your workspace. You get asked where your workspace is created or which one to open whenever you open Eclipse, but you can configure it to not ask you again.

    If you configured Eclipse not to ask again, then you can go to General -> Startup and Shutdown -> Workspaces in your preferences and check "Prompt for workspace on startup".

    That page also lists your recently used workspaces (with probably just 1 entry, if you never explicitly specified a different one).

    Note that you can also create projects that are located outside of your workspace, by explicitly specifying a separate location per-project.

提交回复
热议问题