【问题标题】:Eclipse fresh install doesn't start upEclipse 全新安装未启动
【发布时间】:2016-02-09 15:41:23
【问题描述】:

我在我的新工作站上安装了 eclipse mars,它无法启动。在启动期间,我得到这些日志,之后 Eclipse 窗口变为空白。

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.
org.eclipse.m2e.logback.configuration: Logback config file: /home/sselvaraj/workspace/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.2.20150902-0002.xml
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [bundleresource://472.fwk1268650975:1/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [bundleresource://472.fwk1268650975:2/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
org.eclipse.m2e.logback.configuration: Initializing logback

我正在运行 Ubuntu 14.04 和 Oracle Java8。知道为什么 eclipse 会失败吗?

我正在创建的工作区也是一个新目录。

【问题讨论】:

标签: java eclipse ubuntu-14.04


【解决方案1】:

我也遇到了同样的问题。我做了以下,它的工作:

  1. 在 eclipse.ini 中将 --launcher.GTK_version 2 放在 --launcher.defaultAction openFile 之前
  2. 在 eclipse.ini 中将 -vm path_of_java($JAVA_HOME/bin/java) 放在 --launcher.defaultAction openFile 之后

它对我有用,希望对你也有帮助。

【讨论】:

  • 这对我不起作用。同样的错误。我正在运行 Ubuntu 18.04
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2012-10-19
  • 1970-01-01
  • 2016-05-18
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多