【发布时间】:2012-01-20 05:35:25
【问题描述】:
我在使用 Netbeans IDE 时遇到了一些问题。我安装了v. 7.0.1,但是现在javadoc的弹出窗口说:
Javadoc not found. Either Javadoc documentation for this item does not exist or
you have not added specified Javadoc in the Java Platform Manager or the Library
Manager.
为什么它不自动下载 JavaDocs?我说的是 Java Platform SE 的组件、方法等。
【问题讨论】:
-
要尝试的另一件事:在 Netbeans 的“项目”视图中,在“依赖项”子文件夹下,您将看到提供功能源代码的
.jar文件,右键单击.jar文件并选择“下载 JavaDocs”,然后清理构建并重试。这假设您的 .jar 文件已内置支持在本地获取自己的 javadocs。