2013-12-25 9 views
0

Я использую 64-битное затмение с 64-разрядным JVM. В то же время, меняя пространство между окнами, мое затмение становится аварийным в любое случайное время (не каждый раз).Eclipse crashes

вот мой eclipse.ini файл

-startup 
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar 
--launcher.library 
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813 
-product 
org.eclipse.epp.package.jee.product 
--launcher.defaultAction 
openFile 
-showsplash 
org.eclipse.platform 
--launcher.XXMaxPermSize 
256m 
--launcher.defaultAction 
openFile 
-vmargs 
-Dosgi.requiredJavaVersion=1.5 
-Dhelp.lucene.tokenizer=standard 
-XX:MaxPermSize=256m 
-Xms40m 
-Xmx512m 

.log файл моего рабочего пространства имеет некоторый журнал

!ENTRY org.eclipse.m2e.logback.appender 2 0 2013-12-25 11:55:34.935 
!MESSAGE Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! 

!ENTRY org.eclipse.m2e.logback.appender 2 0 2013-12-25 11:55:34.943 
!MESSAGE Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! 

!ENTRY org.eclipse.m2e.logback.appender 2 0 2013-12-25 11:55:35.118 
!MESSAGE Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! 

!ENTRY org.eclipse.m2e.logback.appender 2 0 2013-12-25 11:55:35.129 
!MESSAGE Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! 

!ENTRY org.eclipse.m2e.logback.appender 2 0 2013-12-25 11:55:40.085 
!MESSAGE Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! 

!ENTRY org.eclipse.m2e.logback.appender 2 0 2013-12-25 11:55:40.091 
!MESSAGE Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! 
!SESSION 2013-12-25 12:09:31.862 ----------------------------------------------- 
eclipse.buildId=M20120914-1800 
java.version=1.7.0_40 
java.vendor=Oracle Corporation 
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IN 
Framework arguments: -product org.eclipse.epp.package.jee.product 
Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product 

!ENTRY org.eclipse.core.resources 2 10035 2013-12-25 12:09:36.494 
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes. 

есть ли способ я могу проследить, почему мое затмение не работает properly.Help me

+0

Pratik, посмотрите этот ответ, может вам помочь: http://stackoverflow.com/questions/13597862/eclipse-workspace-crashes-on-startup/42227615#42227615 –

ответ

0

Попробуйте передать эту команду JVM eclipse -vm C:\jdk\jre\bin\javaw.exe, это заставит JVM работать в процессе, отличном от процесса Eclipse, , как упомянуто здесь : https://stackoverflow.com/a/1805506/1951298

0

Установка

<properties> 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 
</properties> 

в pom.xml фиксированной шахте.