Java Can';安装SpringSTS后,请不要打开Eclipse

Java Can';安装SpringSTS后,请不要打开Eclipse,java,eclipse,spring-tool-suite,eclipse-neon,Java,Eclipse,Spring Tool Suite,Eclipse Neon,在Eclipse中安装SpringSTS之后,我无法打开Eclipse 每当我试图打开Eclipse时,它都会在一分钟内强制关闭 ECLISec.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

在Eclipse中安装SpringSTS之后,我无法打开Eclipse

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

ECLISec.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显示

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


我正在使用Eclipse4.6Neon

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

从日志中可以看出,您在JavaThread“JavaFX应用程序线程”中遇到了崩溃,它看起来确实像类似的问题,8u102对此进行了修复。将您的java升级到8u102,然后尝试报告-

在我看来,主页不是错误(它显示警告)。你没有更多的日志吗?你没有显示错误的对话框吗?@Andrés我没有看到任何其他日志信息,如果你能告诉我在哪里可以找到除此之外的日志,请告诉meI建议您从命令行运行eclipse,并在此处复制/粘贴输出,以便我们可以帮助您诊断问题。请详细说明在命令行@Andrésy中运行eclipse您需要打开windows终端。看看如何操作(通常是“Windows>开始菜单>运行”并键入cmd),然后将cd(更改目录)放入eclipse安装文件夹,然后运行eclipse.Hmmm。。。仪表板使用JavaFX,错误转储中也有一些关于JavaFX的消息。因此,JavaFX位可能出现问题。不太可能,因为JVM在本机代码中崩溃。“hs_err_pid5888.log”太稀疏了,这有点奇怪。通常有大量关于崩溃发生地点的信息,这通常有助于确定可报告的本机库。这真的是整个日志吗?@Kris谢谢,看起来它在JavaFX本机代码中崩溃了。