繁体   English   中英

Ubuntu 12.10:Eclipse自动关闭

[英]Ubuntu 12.10 : Eclipse closes automatically

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

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

我还从OpenJDK切换到Oracle Java。

命令行中的消息是[debug]执行上下文化

[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

提前致谢

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM