Import different versions of a project into Eclipse

前端 未结 3 1637
醉梦人生
醉梦人生 2021-01-04 22:18

I have a project in Eclipse and now I want to import another project with a different name and in different location, but with a same structure(same packages, a lot of same

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-04 23:03

    What you can do is create a new project with the name that you want it to be called. Once you do that right click on the new project and click import. You can then import your old project into this one which will have all the same files except a different name.

提交回复
热议问题