我使用的是Ubuntu 12.10。無論是在eclipse日誌還是命令行中,Eclipse都會自動關閉所有錯誤消息。Ubuntu 12.10:Eclipse自動關閉
我正在使用Eclipse Juno,然後在閱讀this後轉向開普勒。
我也從OpenJDK切換到Oracle Java。
在命令行的信息是[調試]執行所情境
[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),
[email protected],
,,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),
[email protected],
,,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.
順便說一句,該誤差不進來日誌每次蝕關閉。
我使用以下例如:It和M2E
嗯,我在日誌中有這樣的錯誤了。但不知道這是否導致問題。
java.io.FileNotFoundException: /icons/m2.gif
在此先感謝
emmm ..貌似唯一的解決辦法。我還沒有使用過STS。可能是我應該試一試。 – shazinltc