2013-04-13 107 views
0

我使用的是Ubuntu 12.10。無論是在eclipse日誌還是命令行中,Eclipse都會自動關閉所有錯誤消息。Ubuntu 12.10:Eclipse自動關閉

我正在使用Eclipse Juno,然後在閱讀this後轉向開普勒。

我也從OpenJDK切換到Oracle Java。

在命令行的信息是[調試]執行所情境

[debug] execute contextualize 
[debug] execute contextualize 
[debug] execute contextualize 
[debug] execute contextualize 
[debug] execute contextualize 
[debug] execute contextualize 
[debug] execute contextualize 

和日誌

!ENTRY org.eclipse.jface 2 0 2013-04-13 18:13:39.232 
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. 
!SUBENTRY 1 org.eclipse.jface 2 0 2013-04-13 18:13:39.232 
!MESSAGE A conflict occurred for CTRL+D: 
Binding(CTRL+D, 
ParameterizedCommand(Command(org.eclipse.debug.ui.commands.eof,EOF, 
    Send end of file, 
    Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true), 
    [email protected], 
    ,,true),null), 
org.eclipse.ui.defaultAcceleratorConfiguration, 
org.eclipse.debug.ui.console,,,system) 
    Binding(CTRL+D, 
ParameterizedCommand(Command(org.eclipse.ui.edit.text.delete.line,Delete Line, 
    Delete a line of text, 
    Category(org.eclipse.ui.category.textEditor,Text Editing,Text Editing Commands,true), 
    [email protected], 
    ,,true),null), 
org.eclipse.ui.defaultAcceleratorConfiguration, 
org.eclipse.ui.textEditorScope,,,system) 
!SESSION 2013-04-13 18:29:20.228 ----------------------------------------------- 
eclipse.buildId=4.3.0.I20130314-1330 
java.version=1.7.0_17 
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-04-13 18:29:30.276 
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes. 

順便說一句,該誤差不進來日誌每次蝕關閉。

我使用以下例如:It和M2E

嗯,我在日誌中有這樣的錯誤了。但不知道這是否導致問題。

java.io.FileNotFoundException: /icons/m2.gif 

在此先感謝

回答

0

的Eclipse 4.2 /朱諾不能很好地與你的Ubuntu 12.10的工作和Eclipse 4.3 /開普勒還沒有完成。怎麼回到Eclipse 3.8?

我個人喜歡Springsource Tool Suite,它有兩種風格(基於Eclipse 4.2和基於Eclipse 3.8)。也許基於3.8的STS適合你。即使您不需要已經與STS捆綁在一起的Eclipse附加組件,在Ubuntu 13.04或Eclipse 4.3發佈之前,這對您來說可能是一個很好的解決方案。

你可以在這裏找到STS:http://www.springsource.org/downloads/sts-ggts

+0

emmm ..貌似唯一的解決辦法。我還沒有使用過STS。可能是我應該試一試。 – shazinltc