安装Spring STS后无法打开Eclipse

时间:2016-07-27 06:46:09

标签: java eclipse spring-tool-suite eclipse-neon

在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说
log

我只是设置了一个" HOME" Windows 7中的路径,但它并没有解决我的问题。

我正在使用Eclipse 4.6 Neon

2 个答案:

答案 0 :(得分:1)

我只是移动了我的整个工作区并重新启动了eclipse,它运行正常但是每当我点击弹簧套件工具的可选仪表板时都会导致错误返回。因此,卸载可选的仪表板会使eclipse更好。

答案 1 :(得分:0)

从它显示的日志中,你在JavaThread" JavaFX Application Thread"中有crasehd,它看起来像https://bugs.openjdk.java.net/browse/JDK-8149737的类似问题,8u102已经解决了这个问题。将您的java升级到8u102,然后尝试报告它 - http://bugreport.java.com/