2013-04-13 76 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