我在我的新工作站上安装了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失败了吗?
我正在创建的工作区也是一个新目录。
答案 0 :(得分:0)
我遇到了同样的问题。我做了以下工作并且有效:
--launcher.GTK_version 2
放在eclipse.ini --launcher.defaultAction openFile
之前
-vm path_of_java($JAVA_HOME/bin/java)
之后将--launcher.defaultAction openFile
放在eclipse.ini 它对我有用,希望对你也有帮助。