Is there an equivalent of “Add existing file” (to project) in Eclipse?

前端 未结 8 2098
情深已故
情深已故 2020-12-24 04:51

I am trying to map my Visual Studio experience onto Eclipse. Right now, I wish to add a file existing somewhere on the file system into a project in Eclipse. I expect it to

8条回答
  •  心在旅途
    2020-12-24 05:29

    File->Import->General->File System should do it. There you can select the file(s) from some file system folder to your project (into folder).

提交回复
热议问题