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

后端 未结 4 775
半阙折子戏
半阙折子戏 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

    If your source directory is inside the current workspace, ERiz's answer won't work due to a bug in Eclipse. (It prints out the error "folder overlaps the location of an existing project"). Instead, you should leave Use Default Location checked and type in the name of the folder as your project name.

    See here for more discussion about the problem.

提交回复
热议问题