2

在Eclipse中安装Spring STS后,无法打开Eclipse。

每当我尝试打开 Eclipse 时,它​​都会在一分钟内强制关闭。

这就是 eclipsec.exe 所说的:

org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration
 bundle was activated before the state location was initialized.  Will retry aft
er the state location is initialized.
org.eclipse.m2e.logback.configuration: Logback config file: D:\Akkil\Mynewworksp
ace\.metadata\.plugins\org.eclipse.m2e.logback.configuration\logback.1.7.0.20160
603-1933.xml
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [bundleresource://464.fwk829985002:1/org/slf4j/impl/Stat
icLoggerBinder.class]
SLF4J: Found binding in [bundleresource://464.fwk829985002:2/org/slf4j/impl/Stat
icLoggerBinder.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.ContextSelectorSta
ticBinder]
org.eclipse.m2e.logback.configuration: Initializing logback
WARNING: You are binding against the deprecated org.eclipse.fx.javafx - please r
emove all javafx imports
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x000007fef66cca90, pid=5888
, tid=0x0000000000001714
#
# JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b1
3)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode windows-amd6
4 compressed oops)
# Problematic frame:
# C  [MSVCR120.dll+0x8ca90]
#
# Failed to write core dump. Minidumps are not enabled by default on client vers
ions of Windows
#
# An error report file with more information is saved as:
# D:\Akkil\Javatools\Eclipse Neon\eclipse\hs_err_pid5888.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

hs_err_pid5888.log 说
日志

我只是在 Windows 7 中设置了一个“HOME”路径,但这并不能解决我的问题。

我正在使用 Eclipse 4.6 霓虹灯

4

2 回答 2

1

我刚刚移动了我的整个工作区并重新启动了 Eclipse,它工作正常,但是每当我单击 Spring Suite 工具的可选仪表板时,都会导致错误再次出现。所以卸载可选的 Dashboard 会使 eclipse 变得更好。

于 2016-07-27T10:51:15.713 回答
0

从它显示的日志中,您在 JavaThread“JavaFX 应用程序线程”中有崩溃,它看起来确实像https://bugs.openjdk.java.net/browse/JDK-8149737的类似问题,8u102 对此进行了修复。将您的 java 升级到 8u102,然后尝试报告它 - http://bugreport.java.com/

于 2016-07-29T10:13:54.650 回答