2016-07-27 16 views
2

EclipseにSpring STSをインストールした後、Eclipseを開くことができません。Spring STSのインストール後にEclipseを開くことができません

Eclipseを開くと、1分以内に強制終了されます。

これは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" のパスを設定するが、それは私が解決しない
log

を語ります問題。私は、Eclipse 4.6ネオン

+0

HOMEはエラーではありません(それは警告です)。もっとログがありませんか?エラーを表示するダイアログがありませんか? –

+0

@Andrés他のログ情報が表示されない場合は、これ以外のログをどこから見つけることができますか教えてください – BeginnerBro

+0

コマンドラインから日食を実行して出力をコピー/貼り付けてください問題を診断するのに役立ちます –

答えて

1

を使用しています

は、私はちょうど私のワークスペース全体を移動し、Eclipseを再起動し、それが正常に動作しますが、私は春のスイート・ツールのオプションのダッシュボードをクリックしたときに戻ってくるエラーが発生します。オプションのDashboardをアンインストールすると、Eclipseの改善が図られます。

+0

Hmmm ...ダッシュボードはJavaFXを使用していますが、JavaFXについてのエラーダンプにもメッセージがあります。したがって、JavaFXビットが動作している可能性があります。 JVMがネイティブコードでクラッシュしているようにはありません。その少し奇妙な 'hs_err_pid5888.log'はとても疎です。通常、クラッシュが発生した場所についての情報が多くあり、これはしばしばrepsonsibleであるネイティブライブラリを特定するのに役立ちます。それは本当にログの全体ですか? – Kris

+0

@Kris [ログ](https://docs.google.com/document/d/1ZW-Dvxhxnv42UblPIdRcyG4nwCfk07f4nm7isdopP7M/edit?usp=sharing) – BeginnerBro

+0

JavaFXネイティブコードでクラッシュしたように見えます。 – Kris

関連する問題