gwt linux 工具 报错 原来是google 两个插件冲突
本来想使用 google 新的 gwt 工具进行开发的。
?
但是发现在 linux 一起动 工具就 eclipse 退出了。
后台报错:
?
Parsing...GWT http-server started at 127.0.0.1:51421WebKitGTK version: 1.2.0GTK version: 2.20.1## A fatal error has been detected by the Java Runtime Environment:## SIGSEGV (0xb) at pc=0x00007f54b2c523fe, pid=20120, tid=140002657216272## JRE version: 6.0_21-b06# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0-b16 mixed mode linux-amd64 )# Problematic frame:# C [libgdk-x11-2.0.so.0+0x723fe] gdk_window_unmaximize+0xe## An error report file with more information is saved as:# /home/test/soft/hs_err_pid20120.log## If you would like to submit a bug report, please visit:# http://java.sun.com/webapps/bugreport/crash.jsp# The crash happened outside the Java Virtual Machine in native code.# See problematic frame for where to report the bug.#?
?
咋想也 不知道为啥。
?
今天 把 eclipse 单独安装 这个插件 可以使用了。
?
Plugin for Eclipse和
?
GWT Designer这个两个 插件冲突。
?
我是单独使用 GWT Designer就没有问题了。
?
开始还以为是 gdk的版本问题呢。
?

单独使用就单独使用吧。
?
?