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
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.