I am using Eclipse IDE for Java Developers
Version: Helios Service Release 2 Build id: 20110218-0911
I have a problem similar to this stackoverflow question
在阅读其他问题时,我发现错误
This element has no attached source and the Javadoc could not be found in the attached Javadoc
Eclipse无法找到javadoc档案。
I checked, I have both JDK and JRE in c program files / java location. I have src.zip file at C:Program FilesJavajdk1.6.0_30, I have src lib file at C:/Program Files/Java/jre6/lib/rt.jar
Both these paths are set in classpath variables.
Installed JRE is referring to C:Program FilesJavajre6 and javadoc location for all JRE system libraries is set to http://java.sun.com/javase/6/docs/api/
But still I am not able to see the javadoc on mouse hover of any java or android methods
你们是否就如何开展这项工作提出任何建议?