什么是“ECLIPSE SDK"?

2022-01-08 00:00:00 ide sdk eclipse

我假设Eclipse SDK"默认安装在 Eclipse 中,我使用的是 Eclipse JEE.但是当我尝试通过更新站点安装时,我必须选择安装它,这意味着它尚未安装.有人可以帮我解决这个问题吗?

I assumed "Eclipse SDK" was installed by default with Eclipse, I am using eclipse JEE. But when I go try to intall via the update site, I have to option to install it, meaning it is not installed already. Can someone please help me to figure this out ?

推荐答案

Eclipse SDK是Eclipse核心的插件,包含源代码插件.您可能已经有了普通的插件,但没有源代码.

Eclipse SDK is the plug-ins for the core of Eclipse and includes the source code plug-ins. You probably already have the normal plug-ins but not the source code.

安装源代码插件后,可以轻松阅读 Eclipse 源代码.打开 Preferences 并转到Plug-in Development" 选中Include all plugins from target in Java search"将使源代码在对话框中可用,例如Navigate > Open Type".

With the source code plug-ins installed it is easy to read the Eclipse source. Open the Preferences and go to 'Plug-in Development' Checking the 'Include all plug-ins from target in Java search' will make the source code available in dialogs such as 'Navigate > Open Type'.

相关文章