eclipse 3.x集成各个插件

一  集成反编译插件jad
   (1)把jad.exe复制到jdk的bin 目录下
   (2)把net.sf.jadclipse_3.2.2.jar复制到eclipse的\plugins 目录下。
   (3)重启eclipse

二  集成findbugs插件
   (1)把 edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821复制到eclipse的\plugins 目录下。
   (2)重启eclipse
  
三  集成属性编辑插件
   (1)把features文件中和plugin文件中的内容复制到eclipse相对应的文件夹下。
   (2)重启eclipse
  
四  集成checkstyle插件
   (1)把net.sf.eclipsecs_5.3.0.201012121300-updatesite中的features和plugin文件中内容
       复制到eclipse相对应的文件夹中
   (2)重启eclipse
   (3)点击菜单栏中“windows”-->“properties”,找到弹出菜单的CheckStyle。
   (4)点击“New”,指定的CheckStyle文件。
   (5)选中刚才指定的CheckStyle文件,选中“set as default”。
  
五  集成codeformatter.xml、codetemplates.xml文件
   (1)“windows”--“properties“--”Java“--”Code Style“--”Code Templates“,
       点击”Import“,找到”codetemplates.xml“文件位置,点击”Apply“。
   (2)“windows”--“properties“--”Java“--”Code Style“--”Formatter“,
      点击”Import“,找到”codeformatter.xml“文件,点击”Applay“。  

猜你喜欢

转载自koyca.iteye.com/blog/1073525