For every version of Eclipse I\'ve used prior to Juno, ctrl+click would find the declaration of a variable/class/method. It was an extremely useful feature when d
If the project is a Maven project, make sure that the java class you have open is inside src/main/java.