我假设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'.
这篇关于什么是“ECLIPSE SDK"?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
如何自定义 Spring Boot AccessTokenProvider?How do I customize the Spring Boot AccessTokenProvider?(如何自定义 Spring Boot AccessTokenProvider?)
Java JDK、SDK、SE?Java JDK, SDK, SE?(Java JDK、SDK、SE?)
安卓框架?Android Framework?(安卓框架?)
Android - 如何隐藏/显示进度条 onclickAndroid - how to hide / show progressbar onclick(Android - 如何隐藏/显示进度条 onclick)
Intellij IDEA 使用 java7 编译器编译时我已将其配置Intellij IDEA using java7 compiler to compile when I have configured it to use Java6(Intellij IDEA 使用 java7 编译器编译时我已将其配置为使
默认情况下,android 创建新项目为 ActionBarActivitBy default android creating new project as ActionBarActivity(默认情况下,android 创建新项目为 ActionBarActivity)