我正在使用 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
提前致谢