哪里可以下载tools.jar 的javadoc?

发布于 2024-10-09 01:34:37 字数 371 浏览 1 评论 0原文

我指的是带有编译器树 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倚栏听风 2024-10-16 01:34:37

树 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.

我为君王 2024-10-16 01:34:37

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文