Eclipse插件安装(最佳的方法)

插件安装

 

<!--[if !supportLists]-->1.<!--[endif]-->eclipsehelp里面查找安装(简称help插件),安装好的文件都放在features文件夹和plugins文件夹里面(不推荐这样的安装,不好卸载)

  features:里面放各help安装插件的描述

  plugins:放置help安装插件的jar或插件的文件夹

 <!--[endif]-->

 

<!--[if !supportLists]-->2.<!--[endif]-->dropins文件夹:放置自己安装的插件。分两种

<!--[if !supportLists]-->A.<!--[endif]-->plugins插件

自己下载下来的插件一般都是可用的 ,以文件夹或者jar包存在,根目录下都有plugins.xml,直接放到(有的下载下来有多层文件夹,最后改成一级子目录里面有plugins.xml才生效)

dropins文件夹,重启eclipse生效

<!--[if gte vml 1]><v:shape id="_x0000_i1026" type="#_x0000_t75" style='width:231pt;height:137.25pt;mso-wrap-style:square'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image003.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

一级子目录下有plugins.xml才生效

<!--[if gte vml 1]><v:shape id="_x0000_i1027" type="#_x0000_t75" style='width:174pt;height:116.25pt;mso-wrap-style:square'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image005.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

 

B.eclipse插件

plugins+features存在,不管你下载下来的是什么zip还是jar,只要以这种方式存在,就自己建一个eclipse文件夹之后把plugins+features放到里面,再把这个eclipse文件夹整体放到dropins文件夹,,重启eclipse生效

 

<!--[if gte vml 1]><v:shape id="_x0000_i1028" type="#_x0000_t75" style='width:165pt;height:99.75pt;mso-wrap-style:square'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image007.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

<!--[if gte vml 1]><v:shape id="_x0000_i1029" type="#_x0000_t75" style='width:211.5pt;height:153.75pt;mso-wrap-style:square'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image009.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

<!--[if gte vml 1]><v:shape id="_x0000_i1030" type="#_x0000_t75" style='width:414.75pt;height:154.5pt;mso-wrap-style:square'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image011.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

猜你喜欢

转载自jiumoji.iteye.com/blog/1952026