Should renaming a project in Eclipse also rename project folder on file system?

后端 未结 6 1327
抹茶落季
抹茶落季 2021-02-05 02:29

Should renaming a project in Eclipse also rename project folder on file system ?

My project file system name remains the same even when I rename the file on Eclipse.

6条回答
  •  野的像风
    2021-02-05 02:42

    Using eclipse Neon 4.6.3, renaming does not work. You will have to do what E-Ritz said in his answer.

    It is also worth mentioning that if you are importing a project as a Maven project (via Import... -> Existing Maven Projects), the project name will be taken from the pom.xml rather than the folder. So you should also change the my-project-name part of the pom

提交回复
热议问题