Moving project to another folder in Eclipse

前端 未结 9 1693
忘掉有多难
忘掉有多难 2020-11-29 18:03

I generally have my working projects sitting on folders on my Desktop. When they are completed I just move them to a c:\\dev\\. The thing is I\'m doing it in a

9条回答
  •  抹茶落季
    2020-11-29 18:30

    Right click on the Eclipse project in the Package Explorer, select Refactor, then select Move... In the dialog that comes up, enter or navigate to the new location and click OK. This will also preserve your CVS or other SCM metadata, but will also bring all your modifications as well, and you won't lose any memberships in Working Sets, launch configurations, or other things that Eclipse associates with your project.

提交回复
热议问题