I use Netbeans 7.2.1 and wanted to know why only the Javadoc of Java objects (java.lang, java.io, etc) are shown. All other (javax. *) Shows something like:
javax. faces. context
public abstract class FacesContext extends Object
Javadoc was not found. The Javadoc documentation does not exist for this item or you have not added the Javadoc specified in Java Platform Manager or in the Library Manager.
I have already tried to include the URL link in the Java platform manager Ferramentas > Plataforma java > Javadoc
but it did not work.