0

我正在使用 Ubuntu 12.10。Eclipse 会自动关闭,不会在 Eclipse 日志或命令行中显示任何错误消息。

我使用的是 Eclipse Juno,然后在阅读了这篇文章后切换到了 Kepler。

我也从 OpenJDK 切换到 Oracle Java。

命令行中的消息是 [debug] execute contextualize

[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),
    org.eclipse.ui.internal.MakeHandlersGo@508b0f99,
    ,,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),
    org.eclipse.ui.internal.MakeHandlersGo@59ad2f1e,
    ,,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.

顺便说一句,每次eclipse关闭时,这个错误都不会出现在日志中。

我正在使用以下 eGit 和 m2e

好吧,我的日志中也有这个错误。但不确定这是否会导致问题。

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

提前致谢

4

1 回答 1

0

Eclipse 4.2/Juno 不适用于您的 Ubuntu 12.10,而且 Eclipse 4.3/Kepler 还没有完成。回到 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

于 2013-04-13T14:49:03.560 回答