問題描述
我假設(shè)Eclipse SDK"默認(rèn)安裝在 Eclipse 中,我使用的是 Eclipse JEE.但是當(dāng)我嘗試通過更新站點(diǎn)安裝時(shí),我必須選擇安裝它,這意味著它尚未安裝.有人可以幫我解決這個(gè)問題嗎?
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核心的插件,包含源代碼插件.您可能已經(jīng)有了普通的插件,但沒有源代碼.
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 并轉(zhuǎn)到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'.
這篇關(guān)于什么是“ECLIPSE SDK"?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!