安装 Spring STS 后无法打开 Eclipse
Can't open Eclipse after installing Spring STS
在Eclipse中安装SpringSTS后,无法打开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 说
log
我只是在 windows 7 中设置了一个 "HOME" 路径,但这并没有解决我的问题。
我正在使用 Eclipse 4.6 Neon
我刚刚移动了我的整个工作区并重新启动了 eclipse,它工作正常但是每当我单击 spring 套件工具的可选仪表板时都会导致错误返回。所以卸载可选的 Dashboard 会使 eclipse 变得更好。
从日志显示,您在 JavaThread "JavaFX Application Thread" 中有 crasehd,它看起来确实像 https://bugs.openjdk.java.net/browse/JDK-8149737, 8u102 has fix for this. upgrade your java to 8u102, and try else report it - http://bugreport.java.com/
的类似问题
在Eclipse中安装SpringSTS后,无法打开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 说
log
我只是在 windows 7 中设置了一个 "HOME" 路径,但这并没有解决我的问题。
我正在使用 Eclipse 4.6 Neon
我刚刚移动了我的整个工作区并重新启动了 eclipse,它工作正常但是每当我单击 spring 套件工具的可选仪表板时都会导致错误返回。所以卸载可选的 Dashboard 会使 eclipse 变得更好。
从日志显示,您在 JavaThread "JavaFX Application Thread" 中有 crasehd,它看起来确实像 https://bugs.openjdk.java.net/browse/JDK-8149737, 8u102 has fix for this. upgrade your java to 8u102, and try else report it - http://bugreport.java.com/
的类似问题