zoukankan
html css js c++ java
GWT(Google Web Tookit) Eclipse Plugin的zip下载地址(同时提供GWT Designer下载地址)
按照Eclipse Help->Install new software->....(这里是官方安装文档:
http://code.google.com/intl/zh-CN/eclipse/docs/install-eclipse-3.6.html
)
的方法安装失败,界面始终显示Pedding状态,很长时间都没反映,无奈之下,去google了一下,终于找到了离线安装包的下载地址:
http://dl.google.com/eclipse/plugin/3.6/zips/gpe-e36-latest-updatesite.zip (Eclipse3.6版本)
http://dl.google.com/eclipse/plugin/3.7/zips/gpe-e36-latest-updatesite.zip(Eclipse3.7版本)
下载各种版本的链接格式:http://dl.google.com/eclipse/plugin/版本/zips/gpe-e36-latest-updatesite.zip
离线安装确实快多了。。。。
下载之后,按照这个方法安装即可:
点击上图弹出的Install对话框中的"Archive...",弹出的对话框中选择刚刚下载的GWT ZIP文件点击确定即可。
选中所有,"Select All"=>next=>...即可。
完成后,重启Eclipse即可。
Open Eclipse. Select Window->Preferences->Googlipse and set GWT home to the directory where you have installed the Google Web Toolkit.(配置GWT)
查看全文
相关阅读:
11-8 Eureka Server整合SpringSecurity解决安全问题
11-7 Eureka Server安全问题介绍
11-6 CORS跨域资源共享解决
11-5 JWT验证演示
11-4 JWT验证开发演示
11-3 JWT颁发流程讲解
11-2 JWT介绍
11-1 服务安全章节介绍
10-15 Zuul知识点梳理
10-14 Zuul与Meetingfilm整合
原文地址:https://www.cnblogs.com/zhwl/p/3564520.html
最新文章
SynchronizedStack -- tomcat8同步栈
tomcat NIOEndpoint中的Acceptor实现
java泛型--问号?和T或E或K或V的区别
socket status 的状态变化详解
tomcat的AJP(定向包协议)协议
13-6 Docker常见命令介绍及使用演示
13-5 Dockerfile讲解及演示
13-4 Docker基础概念介绍
13-3 Window下Docker环境安装
13-2 Docker自我介绍
热门文章
13-1 Docker章节介绍
12-9 TestNG动态数据自动化测试
12-8 TestNG测试影片列表
12-7 TestNG测试影片新增
12-6 TestNG整合业务测试
12-5 TestNG测试报告生成
12-4 TestNG常见注解演示及讲解
12-3 TestNG框架介绍及环境搭建
12-2 自动化测试重要性
12-1 微服务自动化测试介绍
Copyright © 2011-2022 走看看