eclipse及插件使用积累

1. eclipse地址:http://www.eclipse.org/,由于常用来web开发,选择“Eclipse IDE for java EE Developers“下载。

2. maven插件安装:http://m2eclipse.sonatype.org/sites/m2e 

       Help-->Install New SoftWare...-->Add

【地址变更为:http://download.eclipse.org/technology/m2e/releases

如果无法安装,请先安装slf4j, 地址为:http://www.fuin.org/p2-repository/ 

 如果出现如下提示,需要在eclipse.ini里添加:

-vm
C:\Program Files\Java\jdk1.6.0_18\bin\javaw.exe

 

3. SVN插件安装:

如果提示错误,the working copy needs to be upgraded, svn: working copy"..." is too old,注意下面的提示,更换svn插件即可:

Subclipse 1.4.x includes and requires Subversion 1.5.x client features and working copy format.

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

Subclipse 1.6.x includes and requires Subversion 1.6.x client features and working copy format.

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

Subclipse 1.8.x includes and requires Subversion 1.7.x client features and working copy format.

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

      Help-->Install New SoftWare...-->Add,Select All--->next......

 4. Eclipse-erd安装:

      将附件中的文件解压到eclipse\dropins目录下,重启eclipse即可。

      需注意一点,就是dropins文件夹与解压后的plugins文件夹之多只能有一层文件夹(可以是中文),或者没有也行

5. jetty插件:http://run-jetty-run.googlecode.com/svn/trunk/updatesite

猜你喜欢

转载自sunjiangwei.iteye.com/blog/1837543
今日推荐