哪里可以下载tools.jar 的javadoc?
我指的是带有编译器树 API 的 jar,参考 此处
可以在这里找到,但不提供下载。也许我可以使用 downthemall 从那里下载它,但是还有什么选择呢?
I'm referring to the jar with the Compiler Tree API, referred to here
It can be found here but not for download. Maybe I could download it from there with downthemall, but what are the alternatives?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
树 API 的 Javadoc 随官方 JDK 文档一起提供。
JDK 文档可以从以下位置下载:
http://www.oracle.com/technetwork/java/javase /downloads/index.html#docs
在下载的 ZIP 中,查看 /jdk/api/javac/tree 目录。
The Javadoc for the tree API comes with the official JDK documentation.
The JDK documentation can be downloaded from:
http://www.oracle.com/technetwork/java/javase/downloads/index.html#docs
Inside the downloaded ZIP, look in /jdk/api/javac/tree directory.
Prunge 是对的,但他们已经移动了,请注意 javadoc 不在单独的 jar 中。目前(2017 年 10 月)编译器树 API 的 javadoc 仍包含在 来自 Oracle 的 Javadoc API 包。下载并解压 zip 文件。 javadoc 的路径位于 docs/jdk/api/javac/tree 下。在 NetBeans 中,您可以将其用作库设置 javadoc 选项卡中的“文件夹”。
Prunge was right, but they have moved, and note that the javadocs are not in a separate jar. Currently, (Oct 2017) the javadocs for the Compiler Tree API are still included in the Javadoc API bundle from Oracle. Download and extract the zip. The path to the javadocs are under docs/jdk/api/javac/tree. In NetBeans, you can use that as the "folder" in the library settings javadoc tab.