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

时间:2018-08-08 10:54:42

标签: eclipse ubuntu eclipse-neon

对丢失的工具栏应用以下修复程序Eclipse Juno Perspective tool bar后,Eclipse Neon无法启动。

我尝试运行: 1)./eclipse-清洁 2)在此处enter link description here

中编辑答案的eclipse.ini。

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

    :~/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
....

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

1 个答案:

答案 0 :(得分:0)

虽然来晚了,但是您是否尝试过以下命令:

export SWT_GTK3=0

然后启动eclipse,

./eclipse