Eclipse -click Hyperlink Not Working

前端 未结 17 1049
情深已故
情深已故 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:31

    This is due to unrechable class folder reference for the source folder. It would be fixed by typing

    mvn eclipse:eclipse

    Allow maven to complete the build and then refresh eclipse.

提交回复
热议问题