当我点击Installation Details
在Eclipse中, “已安装的软件” 与 “特色” 与在Eclipse “插件”
我得到这个选项卡Installed software
和为Features
和plug-ins
的标签。
什么是日食软件,Eclipse功能部件和Eclipse插件之间的关系,因为在这个窗口中显示?我想Help -> Install New Software ...
安装软件,软件是由一堆相关的插件组成。这两个选项卡是从Install New Software ...
菜单安装的相同内容(软件名称/插件名称)?
在他的回答https://stackoverflow.com/a/12863077/260127,Bananeweizen说Eclipse "features" are the smallest installable pieces of Eclipse applications for users (e.g. the Java development toolkit). They consist of multiple plugins, where plugins are the smallest pieces that make sense from the developers point of view (e.g. org.eclipse.jdt.core, org.eclipse.jdt.ui, org.eclipse.jdt.somethingelse).
,但对我来说似乎是日食的特点是几乎相同的Eclipse的软件,而Eclipse的应用是一组在Eclipse平台之上的Eclipse软件(功能)的。
我认为RCP更多的是关于eclipse应用程序,而eclipse软件是我可以在其上下载的。如我错了请纠正我。 – prosseek
一套提供完整功能的插件是RCP,是的,它是一个eclipse应用程序..但是对于eclipse SDK,我们可以说一堆为eclipse SDK提供某些功能的插件是一个用于eclipse的软件.RCP是一个为客户端透视提供特定功能或任务的插件集,但是它为提供客户端和eclipse软件功能而提供,为eclipse SDK提供功能 – Arun