Where is “create project from existing source” in eclipse Indigo?

后端 未结 4 780
半阙折子戏
半阙折子戏 2021-01-01 08:48

I cannot find \"create project from existing source\" in Eclipse Indigo while I am trying to create a \"java project\". When I select Java project and then next window come

4条回答
  •  执念已碎
    2021-01-01 09:43

    Un-check the Use Default Location option and then Browse to select the parent folder of your existing source tree. Eclipse will automatically detect the existing files and folders, although you might have to configure the project to let it know what your source folder is; but the New Java Project wizard presents that option to you.

提交回复
热议问题