Eclipse搭建GWT开发环境

1、下载Eclipse Kepler(4.3)
2、下载Maven       Apache Maven     Maven
3、下载JDK
4、设置系统变量Maven、JAVA_HOME、PATH、CLASSPATH
5、下载com.google.guava_[ver].jar至Eclipse目录下的Plugins文件夹,避免后续安装提示缺少依赖。
   下载地址:http://repo1.maven.org/maven2/.m2e/connectors/m2e/ 推荐最低1.5.0版本,其他plugins包也可以从这里找到。
6、下载Google For Eclipse Plugins离线包,并通过Eclipse -> Help -> Install software -> local方式安装。
   下载地址:https://developers.google.com/eclipse/docs/download
7、更新Maven For Eclipse(即m2e),通过Eclipse -> Help -> Install software -〉 URL在线方式安装。
   查找在线地址页面:http://eclipse.org/m2e/download/,不安装android插件,即ADT。
   eclipse kepler默认有1.4版本,需要按此方式升级到1.5或更高版本。
8、可选步骤,eclipse默认会有m2e-wtp。
   如果没有,可以从这里下载:http://download.eclipse.org/m2e-wtp/releases/kepler/1.0.0/?d
   参考链接:https://community.jboss.org/en/tools/blog/2013/02/20/m2e-wtp-0170-has-been-released

https://developers.google.com/eclipse/docs/install-eclipse-4.2


其他参考文章:

移除Eclipse插件方法:
Help -> About Eclipse -> Installation details. On the "Installed software" tab click on the software that you wish to uninstall, then click the "Uninstall..." button.

或通过Eclipse Marketplace进行更新或移除,参考这里

原文地址:https://www.cnblogs.com/xyd21c/p/3962743.html