?When I first set up a developoment VM with CentOS I must have forgotten to install the Java source because I could not navigate to Java SE method declarations in my Eclipse IDE.
To have access to the Java source I did the following:
- yum install java-1.6.0-openjdk-src
- A src.zip file was placed in:
- /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/src.zip
I created a src dir in the aforementioned containing dir and unpacked the zip
I then linked to the source from Eclipse by:
Right-clicking on some → Continue reading “Installing Java SE Source Files and Linking to Eclipse on CentOS 5”