Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/389.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Ubuntu 12.10:Eclipse自动关闭_Java_Eclipse_Ubuntu - Fatal编程技术网

Java Ubuntu 12.10:Eclipse自动关闭

Java Ubuntu 12.10:Eclipse自动关闭,java,eclipse,ubuntu,Java,Eclipse,Ubuntu,我正在使用Ubuntu 12.10。Eclipse会自动关闭,不会在Eclipse日志或命令行中显示任何错误消息 我用的是EclipseJuno,读了这篇文章后就转到了开普勒 我还从OpenJDK切换到了Oracle Java 命令行中的消息是[debug]executecontextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] ex

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

我用的是EclipseJuno,读了这篇文章后就转到了开普勒

我还从OpenJDK切换到了Oracle Java

命令行中的消息是[debug]executecontextualize

[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

提前感谢

Eclipse4.2/Juno不能很好地与您的Ubuntu 12.10配合使用,Eclipse4.3/Kepler尚未完成。回到Eclipse3.8怎么样

我个人喜欢Springsource工具套件,它目前有两种风格(基于Eclipse4.2和基于Eclipse3.8)。也许基于3.8的STS适合你。即使您不需要已经与STS捆绑在一起的Eclipse附加组件,在Ubuntu13.04或Eclipse4.3发布之前,这可能是一个很好的解决方案


您可以在这里找到STS:

emmm。。看起来是唯一的解决办法。我还没有用过STS。也许我应该试一试。