gpt4 book ai didi

java - 我们如何在 Eclipse 中安装 Java Api 帮助?

转载 作者:塔克拉玛干 更新时间:2023-11-03 04:00:50 25 4
gpt4 key购买 nike

当我连接到互联网时,eclipse 内部浏览器会打开该页面,当我未连接到互联网时,它无法显示该网页。我希望将网页本地安装在我的计算机上,这样我就不必担心互联网连接问题。

我附上了我希望离线可用的帮助的快照。

http://cubixshade.com/newScreen.jpg

最佳答案

从 java 网站下载 javadocs zip 文件(Java 7 文档链接 Here) .

现在在你的 eclipse 中转到 Prefernces

Go to Preferences

并选择Installed JREs

Select Installed JREs

现在,如果您安装了多个 JRE,请选择您使用的一个,然后单击 Edit

Note that the JRE for which the checkbox is checked is the one which is default, u can over ride the default for a specific project.

enter image description here

如下所示展开lib\rt.jar,并选择Javadoc location属性,点击Javadoc Location按钮

enter image description here

NOTE :If u have chosen a JDK (as shown above) then there will automatically be a source attachment.(And u probably wont need a javadoc-api explicitly).But in case of a JRE the source will not be available unless specified manually.(See next image.).In Either case u can attach a javadoc offline.

enter image description here

现在在 javadoc 窗口中选择 Javadoc in archive 单选按钮并单击 Browse...,选择之前下载的 javadoc zip 文件

enter image description here

单击OKFinish 关闭所有打开的窗口(javadoc 窗口、Edit JRE 窗口和Preferences 窗口)

就是这样!!现在您可以使用 javadoc,在 Window > Show View > Javadoc 中启用 javadoc View 。

enter image description here

只需双击您的 java src 文件编辑器中的任何类,您就会在 javadoc 窗口和工具提示中看到它的 javadoc。

enter image description here

希望它能解决您的问题。如果您有任何问题,请告诉我。

关于java - 我们如何在 Eclipse 中安装 Java Api 帮助?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9483004/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com