How do I add the Java Api Documentation to Eclipse?
- by Kurru
Hi
I have downloaded Java API documentation from http://www.oracle.com/technetwork/java/javase/downloads/index.html#docs and have supposedly attached it to Eclipse using the
Window-Preferences-Java-Installed
JREs-Edit-"Select rt.jar"-Javadoc
Location
AND the location has been accepted and "Validates" just fine. However, for the life of me, I can't get Eclipse to show the Javadocs in the tooltip whene I hover over an item (for example in the declaration of an ArrayList). I have also restarted Eclipse in attempts to get it to work
what am I doing wrong?
Thank you