Like Microsoft Visual Studio, when you write Java code using Eclipse, you have a description or hint when you place the mouse over elements such as the corresponding method or field.
However, the following problems often occur:
Note:an exception occurred while getting the Javadoc.see log for details.
note:this Element Neither has attached source nor attached Javadoc and hence no information Could be found.
Note:this element have no attached source and the Javadoc could not being found in the attached Javadoc
Click Open Input under Javadoc:
Class editor indicated that the corresponding Rt.jar file could not be found.
You can attach the source by clicking Attach source below
Then, click "Attach source" to load the corresponding file:
Select External file:
If you install the JDK, the path to the attached file is:
C:\Program Files\java\jdk1.6.0_12\src.zip
Ok! Everything's fine:
Good luck......
Note:this element have no attached source and the Javadoc could not being found in the attached Javadoc