如何在eclipse中浏览JDT源代码?

发布于 2024-09-24 05:00:33 字数 125 浏览 7 评论 0原文

我当前尝试在eclipse中浏览JDT源代码:

  • 安装Eclipse Helios RCP版本。
  • 将安装中的所有插件作为二进制文件导入到我的工作区中

它不起作用。

My current attempt to browse the JDT source code in eclipse:

  • installing Eclipse Helios RCP version.
  • importing all plugins from installation as binary files into my workspace

It does not work.

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

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

发布评论

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

评论(2

冷月断魂刀 2024-10-01 05:00:33

从 Eclipse Project Updates 更新站点安装“Eclipse SDK”功能:
在此处输入图像描述

Install the "Eclipse SDK" feature from the Eclipse Project Updates update site:
enter image description here

深者入戏 2024-10-01 05:00:33

您可以关注Vogella的“Eclipse源代码 - 教程”,尤其是“导入插件”部分

如何从 Eclipse 安装导入 Eclipse 插件来检查代码。
Eclipse 发行版包含核心 Eclipse 项目的源代码,例如 JDT。
对于其他 Eclipse 项目,您通常会在项目更新端找到包含源代码的“SDK”包。

为了避免“污染”现有工作区,请切换到新工作区并选择文件 -> 。导入。选择“插件和片段”。

替代文本

进行以下设置。
选择“二进制项目”。在二进制项目中,您可以阅读源代码,但无法更改它。它们也不会被编译,因此此设置将节省内存和性能。

替代文字

添加您想要导入的所有插件,然后按“完成”。

替代文本

You can follow Vogella's "Eclipse Source Code - Tutorial", especially the section "Import Plugins"

how you can import Eclipse plugins from your Eclipse installation to review the code.
The Eclipse distribution contains the source code for the core Eclipse projects, e.g. JDT.
For other Eclipse projects you usually find a "SDK" bundle on the project update side which contains the source code.

To avoid "pollution" of your existing workspace, switch to a new workspace and select File -> Import. Select "Plug-ins and Fragments".

alt text

Make the following settings.
Select "Binary projects". In Binary project you can read the source code but you cannot change it. They will also not be compiled therefore this setting will save memory and performance.

alt text

Add all plugins you would like to import and press "Finish".

alt text

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