HttpClient javadoc jar(适用于 netbeans 7)

发布于 2024-12-03 02:14:03 字数 118 浏览 1 评论 0原文

我希望将 HttpClient 的 javadoc (jar) 添加到我的 IDE (Netbeans) 中。有人真正看过jar文件吗?或者是否有其他方法将 javadoc 添加到 Netbeans(或 Eclipse)。

I am looking to add the javadoc (jar) for HttpClient to my IDE (Netbeans). Has anyone actually seen the jar file? or is there another way to add javadocs to Netbeans (or Eclipse).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

笑叹一世浮沉 2024-12-10 02:14:03

为此,最好的方法是在 IDE 中添加新库并将 Javadoc 附加到该库。您可以尝试执行以下步骤来执行此操作:

  1. 在 NetBeans IDE 中,转到“工具 > 库”。
  2. 在库管理器中,单击“新建库”,如果库不存在,则输入请求的数据
  3. 。选择要添加 Javadoc 的库,然后选择“Javadoc”选项卡。
  4. 单击“添加 ZIP/文件夹”并浏览到项目 Javadoc 所在的位置。
  5. 指定 Javadoc ZIP 或文件夹,然后单击“添加 ZIP/文件夹”。
  6. 单击“确定”关闭库管理器。

更多详细信息,请访问此 NetBeans Wiki 页面

问候

To do this, the best way is to add a new library in the IDE and attach the Javadoc to this library. You can try the following steps to do this:

  1. In the NetBeans IDE, go to "Tools > Libraries".
  2. In the Library Manager, click at New Library and enter the data requested if the library don't exists
  3. Select the library you want to add the Javadoc, and choose the Javadoc tab.
  4. Click "Add ZIP/Folder" and browse to where your project Javadoc is located.
  5. Specify the Javadoc ZIP or folder and click "Add ZIP/Folder".
  6. Click "OK" to close the Library Manager.

More details can be found at this NetBeans Wiki page.

Regards

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