eclipse环境搭建

熊猫大哥大 2012-08-20

1. wtp安装

m2e-wtp

http://download.eclipse.org/m2e-wtp/releases/juno/

2. subversion 安装

更新地址

http://subclipse.tigris.org/update_1.8.x

3. maven安装

在eclipse marketplace

搜索

Maven Integration

安装

4. phpeclipse

在eclipse marketplace

搜索

phpeclipse

进网页,找到更新url(http://phpeclipse.sourceforge.net/update/stable/1.2.x/

php项目直接从svn上checkout下来

可能需修改.project文件

<buildSpec>
    <buildCommand>
        <name>net.sourceforge.phpeclipse.parserbuilder</name>
        <arguments>
        </arguments>
    </buildCommand>
    </buildSpec>
    <natures>
        <nature>net.sourceforge.phpeclipse.phpnature</nature>
    </natures>

5. "Open Implementation" plugin for Eclipse

http://eclipse-tools.sourceforge.net/updates/

6. freemark插件安装

freemark - http://download.jboss.org/jbosstools/updates/stable/galileo/

查找FreeMarker再安装

7.thrift4eclipse

http://thrift4eclipse.sourceforge.net/updatesite/

相关推荐