W
wei
Hi,
I'm new to Eclipse. Is there a way to display java API specification
when the mouse is on a standard java class/function? For example, when
I hover on the word "System", it should display the spec of
java.lang.System like the following page or similar content?
http://java.sun.com/javase/6/docs/api/java/lang/System.html
I specified javadoc location (http://java.sun.com/j2se/1.5.0/docs/
api/) in project properties in eclipse, but when I hover on the word
System, a small yellow popup box displays:
"java.lang,System
Note: This element neither has attached source nor attached javadoc
and hence no information could be found"
Did I do anything wrong?
Any suggestion is appreciated,
Wei
I'm new to Eclipse. Is there a way to display java API specification
when the mouse is on a standard java class/function? For example, when
I hover on the word "System", it should display the spec of
java.lang.System like the following page or similar content?
http://java.sun.com/javase/6/docs/api/java/lang/System.html
I specified javadoc location (http://java.sun.com/j2se/1.5.0/docs/
api/) in project properties in eclipse, but when I hover on the word
System, a small yellow popup box displays:
"java.lang,System
Note: This element neither has attached source nor attached javadoc
and hence no information could be found"
Did I do anything wrong?
Any suggestion is appreciated,
Wei