为eclipse 3.6.2安装maven插件
一、下载eclipse 3.6.2并解压到机器上。
二、按顺序安装四个插件
gef:
http://download.eclipse.org/tools/gef/updates/interim/
subclipse
http://subclipse.tigris.org/update_1.6.x
maven2-core
http://m2eclipse.sonatype.org/sites/m2e
maven2-extras
http://m2eclipse.sonatype.org/sites/m2e-extras
(安装这些插件最好不是上网高峰时间,要不然真的很慢。)
三、找到eclipse的安装目录下的eclipse.ini
在
-vmarg配置项之前加入
-vm
C:/Java/jdk1.5.0/bin/javaw.exe
指定jre目录
四、如果总是提示找不到匹配的jre的话
建议使用重新安装JDK1.5
五、重新启动eclipse
六、打包eclipse备份到移动硬盘里
1 楼 wait8712 2012-05-23
请教如果直接是myeclipse该如何安装呢?
2 楼 yingzhor 2012-05-23
安装方法应该类似,个人没有用过myeclipse,爱莫能助。