How to make an existing directory into an eclipse project

前端 未结 10 949
[愿得一人]
[愿得一人] 2020-12-04 10:52

I have a project I am working on. I have decided to try working with it in Eclipse. There is already a directory, under version control where all the code resides. I am havi

10条回答
  •  离开以前
    2020-12-04 11:35

    Right click on a project -> Properties. Open project location in explorer, there's a little icon next to path. Put your folder/file structure in there and refresh the project in eclipse.

提交回复
热议问题