java编程环境搭建(整理)

1,下载eclipse and update
2,有用的插件:
插件名称 下载路径 功能介绍
Eclemma http://update.eclemma.org/ 测试代码覆盖率
SVN Client http://subclipse.tigris.org/update_1.6.x for svn1.6
Maven http://maven.apache.org/download.html 功能介绍
CheckStyle http://eclipse-cs.sourceforge.net/update 编码标准分析
PMD http://pmd.sf.net/eclipse
Metrics http://metrics.sourceforge.net/update 复杂度监控
findbugs http://findbugs.cs.umd.edu/eclipse/ java代码静态分析
easyExplore http://easystruts.sourceforge.net/eclipse/updates/site.xml easyExplore
插件名称 下载路径 功能介绍
插件名称 下载路径 功能介绍

3,utf8设置;style设置。

你可能感兴趣的:(java,eclipse,maven,编程,.net)