Eclipse -click Hyperlink Not Working

前端 未结 17 1079
情深已故
情深已故 2020-12-28 17:08

I\'m running Eclipse Kepler, and for some reason, the ctrl-click hyperlink feature isn\'t working in one particular workspace.

I\'ve looked at this question, and the

17条回答
  •  太阳男子
    2020-12-28 17:45

    I had the same issue, and solved it the following way. My issue came because I imported a project from Git, which wasn't having the project file. So Eclipse was not recognizing the project as a java one. Ctrl+click was not working and so there was the "F3" issue.

    Solution:(not a direct one. but solved my issue)

    • import -> projects from git -> from URI -> select the new project wizard
    • so an empty project with src folder will be created.
    • then copy all the src files in to the folder manually.

提交回复
热议问题