打开Eclipse Market时出现错误
打开Eclipse Marketplace或安装新软件时出错.
Getting Error when opening Eclipse Marketplace or install new software.
在阻塞的模态上下文中未处理的事件循环异常.不再处理
Unhandled event loop exception during blocked modal context. No more handles
Eclipse Spring Tool Suite版本
Spring Tool Suite 4
Spring Tool Suite 4
版本:4.4.2.发布
Version: 4.4.2.RELEASE
生成ID:201911201053
Build Id: 201911201053
这是我的Java版本
java版本"1.8.0_201"
java version "1.8.0_201"
Java(TM)SE运行时环境(内部版本1.8.0_201-b09)
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM)64位服务器VM(内部版本25.201-b09,混合模式)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
我的操作系统
没有LSB模块可用.发行人ID:LinuxMint说明:Linux Mint 19 Tara发行:19代号:tara
No LSB modules are available. Distributor ID: LinuxMint Description: Linux Mint 19 Tara Release: 19 Codename: tara
提前谢谢!
我遇到了完全相同的问题.我在这里找到了适合我的解决方案: https://bugs.eclipse.org/bugs/show_bug.cgi?id=517671#c58
I had the exact same issue. I found here a solution which works for me : https://bugs.eclipse.org/bugs/show_bug.cgi?id=517671#c58
对我来说,放下就够了
export GTK_IM_MODULE=ibus
进入〜/.profile.
into ~/.profile.
希望这对您中的某些人也有帮助.
Hope this will help some of you also.
Eclipse错误:未处理的事件循环异常不再处理<-平子的答案
Eclipse Bug: Unhandled event loop exception No more handles <- Heiko's answers