Eclipse全新安装无法启动

时间:2016-02-09 15:41:24

标签: java eclipse ubuntu-14.04

我在我的新工作站上安装了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失败了吗?

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

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题。我做了以下工作并且有效:

  1. --launcher.GTK_version 2放在eclipse.ini
  2. 中的--launcher.defaultAction openFile之前
  3. -vm path_of_java($JAVA_HOME/bin/java)之后将--launcher.defaultAction openFile放在eclipse.ini
  4. 它对我有用,希望对你也有帮助。