How do I add the Java Api Documentation to Eclipse?
Posted
by
Kurru
on Stack Overflow
See other posts from Stack Overflow
or by Kurru
Published on 2011-01-05T01:50:39Z
Indexed on
2011/01/05
1:53 UTC
Read the original article
Hit count: 563
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
© Stack Overflow or respective owner