b*******a 发帖数: 26 | 1 在别人的机器上用Eclipse,键入System.out.,提示methods,
然后选中print以后,会有相应的Javadoc信息。然后自己装了
一个Eclipse 3.0.1,却只有signature,没有Javadoc信息,
请问这个问题如何解决?(我猜肯定是配置出了问题)
谢谢! | m******t 发帖数: 2416 | 2
Try this: go to Windows->Preferences->Java->Installed JREs,
select the JRE you want to use, click on Edit, then specify
your javadoc location in "Javadoc URL".
【在 b*******a 的大作中提到】 : 在别人的机器上用Eclipse,键入System.out.,提示methods, : 然后选中print以后,会有相应的Javadoc信息。然后自己装了 : 一个Eclipse 3.0.1,却只有signature,没有Javadoc信息, : 请问这个问题如何解决?(我猜肯定是配置出了问题) : 谢谢!
| b*******a 发帖数: 26 | 3 Thank you, my question must've been confusing ...
I was asking how to configure for javadoc hover.
Finally I got the answer by googling:
Instead of put a JRE into the "Installed JREs", put a
Java sdk with src.zip instead, and then the javadoc hover
would work.
Thank you anyway.
【在 m******t 的大作中提到】 : : Try this: go to Windows->Preferences->Java->Installed JREs, : select the JRE you want to use, click on Edit, then specify : your javadoc location in "Javadoc URL".
|
|