1
I use Netbeans 7.2.1 and wondered why only Javadoc of Java objects (java.lang, java.io, etc) are shown. All others (javax.*) show something like this:
javax. faces. context
public Abstract class Facescontext extends Object
Javadoc not located. Javadoc documentation does not exist for this item or you have not added the Javadoc specified in Java Platform Manager or Library Manager.
I tried to include the URL http://download.oracle.com/javase/7/docs/api in the Java platform manager Ferramentas > Plataforma java > Javadoc
but it didn’t work.
In project properties there is no Libraries menu. In the Compile item I only have how to select or manage the platform (JDK)
– NilsonUehara