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)
查看全文
相关阅读:
C++ 反调试(NtSetInformationThread)
Bochs使用简单教程
巧解正则表达式环视
RE4B读书笔记之寄存器
Bochs+Windbg调试VT代码
键盘键值对照
移动端调试神器vConsole,eruda
利用易乐游在家搭建无盘系统
三:大数据架构回顾-数仓架构演进
二:大数据架构回顾-Kappa架构
原文地址:https://www.cnblogs.com/zhwl/p/3564520.html
最新文章
Augment assembly work planning with digital human simulations
Teaching robots to see with Unity
Robotics simulation in Unity is as easy as 1, 2, 3!
通过虚拟现实实现操纵机器人的控制界面
Baxter’s Homunculus: Virtual Reality Spaces for Teleoperation in Manufacturing Jeffrey
A Systematic Review of Virtual Reality Interfaces for Controlling and Interacting with Robots
Qt编写地图综合应用23-标注点交互
Qt编写地图综合应用22-动态轨迹
Qt编写地图综合应用21-路径规划
java.lang.NoClassDefFoundError: org/apache/http/entity/mime/MultipartEntityBuilder
热门文章
安装 YAPI
nginx离线安装
切面打印日志时,参数序列化异常。It is illegal to call this method if the current request is not in asynchron
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! 解决办法
ERR invalid expire time in setex
vue案例--选中变成红色
Vue中的语法
mustache语法
Vue的options里有什么
Cpp标准库之 std::regex 类的使用
Copyright © 2011-2022 走看看