首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >尝试修复丢失的工具栏后,Eclipse Neon无法启动

尝试修复丢失的工具栏后,Eclipse Neon无法启动
EN

Stack Overflow用户
提问于 2018-08-08 18:54:42
回答 1查看 390关注 0票数 1

Eclipse Neon在应用了以下缺少工具栏的修复Eclipse Juno Perspective tool bar后无法启动。

我已尝试运行: 1) ./eclipse -clean 2)编辑eclipse.ini并在此处回答enter link description here

当我从上面的命令行(1)启动时,在应用了上面的2)之后),我在终端中得到了以下输出:

代码语言:javascript
复制
    :~/eclipse/java-neon/eclipse$ ./eclipse -clean -cleanPersistedState
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.  Will retry after the state location is initialized.

(Eclipse:13790): GLib-CRITICAL **: 06:24:21.951: g_base64_encode_step: assertion 'in != NULL' failed
....
(Eclipse:13790): GLib-CRITICAL **: 06:24:24.833: g_base64_encode_step: assertion 'in != NULL' failed
org.eclipse.m2e.logback.configuration: Logback config file: /home/kilometrics/investments/my_trading/code/.metadata/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.7.0.20160603-1933.xml
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
org.eclipse.m2e.logback.configuration: SLF4J logger factory is not an instance of LoggerContext: org.slf4j.helpers.NOPLoggerFactory

(Eclipse:13790): GLib-CRITICAL **: 06:24:35.585: g_base64_encode_step: assertion 'in != NULL' failed
....

然后它崩溃了没有任何输出..。

EN

回答 1

Stack Overflow用户

发布于 2018-10-04 15:29:54

虽然我来晚了,但是你有没有试过这个命令:

代码语言:javascript
复制
export SWT_GTK3=0

然后启动eclipse,

代码语言:javascript
复制
./eclipse
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51744913

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档