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 に一歩戻るのはどうですか?

個人的には、現在 2 つのフレーバー (Eclipse 4.2 ベースと Eclipse 3.8 ベース) で利用できる Springsource Tool Suite が気に入っています。おそらく、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 に答える