安装eclipse插件的方法
根据上述文章,作者介绍了三种方法
1)直接把插件文件夹里的features和plugins两个文件夹复制粘贴到eclipse文件夹下的features和plugins。
下图截于《Install Eclipse Plugins – The Easy Way》
2)通过update manager安装插件
3)通过链接(link)插件,运行eclipse时加载插件。
前两种方法听得比较多,也比较常用。
相比第1种方法,第3种方法在组织插件上更加灵活和便捷。正如《Install Eclipse Plugins – The Easy Way》中作者所说:The “Copy” approach just bloats the eclipse installation and you cannot remove/uninstall the plugin easily.
而第2种方法,一般适用于网络条件较好的环境里。
综合而言,link方法比较科学,虽说我觉得每次要通过手动设置link路径也挺麻烦的。
安装myeclipse插件
由于自己本身就有myeclipse7.5安装文件,而且不清楚从哪弄纯myeclipse插件文件,所以我先安装了myeclipse,再从../Genuitec/Common中找到相应的文件夹,
放在新建的myeclipse/eclipse文件夹内。(认真想想,这方法真够曲折的。)

然后在eclipse的根目录里的dropins文件里新建一个后缀类型为.link的文件,文件名随意。
(在《Install Eclipse Plugins – The Easy Way》中,作者示例时,是新建一个link文件夹作为链接文件所在的文件夹。但从eclipse3.4后,链接文件得放在dropins里才有效。当时没留意这事,结果用link文件夹,一直无法成功加载myeclipse;最后才发现自己并没很好理解后面的内容。
具体原因上述文章有提及,在此摘录几句重要的话:Staring from Eclipse 3.4, Eclipse SDK has a new provisioning system called Equinox/p2. )
文件内写入myeclipse插件相应的文件夹路径,如下图:
打开eclipse,第一次加载很慢,等一会吧。
然后发现界面变了
新建文件那边也多了myeclipse相关内容