2012-08-24 3 views
1

왜 내 주노 (이클립스 4.2) IDE가 아주 이상한 행동을 시작했는지 알 수 없습니다. file2의 delete 버튼을 누르면 file1의 내용이 삭제됩니다. 모든 설정과 키 바인딩을 복원하려고 시도했지만 여전히 동일하게 작동합니다. 누군가이 문제를 가지고 해결했다면 도와주세요. 로그 파일에서우분투에서 키보드가 제대로 작동하지 않습니다

-startup 
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar 
--launcher.library 
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813 
-product 
org.eclipse.epp.package.rcp.product 
--launcher.defaultAction 
openFile 
-showsplash 
org.eclipse.platform 
--launcher.XXMaxPermSize 
256m 
--launcher.defaultAction 
openFile 
-vmargs 
-Djava.net.preferIPv4Stack=true 
-Dosgi.requiredJavaVersion=1.5 
-Dhelp.lucene.tokenizer=standard 
-XX:MaxPermSize=256m 
-Xms1024m 
-Xmx2046m 
-XX:-UseParallelGC 
-XX:+AggressiveOpts 
-XX:-UseConcMarkSweepGC 
-XX:+UseFastAccessorMethods 

추가 오류 : 솔직히

!MESSAGE A conflict occurred for ALT+SHIFT+D R: 
Binding(ALT+SHIFT+D R, 
    ParameterizedCommand(Command(org.eclipse.rap.ui.launch.RAPLaunchShortcut.debug,Debug RAP Application, 
     Debug RAP Application, 
     Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true), 
     [email protected], 
     ,,true),null), 
    org.eclipse.ui.defaultAcceleratorConfiguration, 
    org.eclipse.ui.contexts.window,,,system) 
Binding(ALT+SHIFT+D R, 
    ParameterizedCommand(Command(org.eclipse.wst.server.launchShortcut.debug,Debug on Server, 
     Debug the current selection on a server, 
     Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true), 
     [email protected], 
     ,,true),null), 
    org.eclipse.ui.defaultAcceleratorConfiguration, 
    org.eclipse.ui.contexts.window,,,system) 
!SUBENTRY 1 org.eclipse.jface 2 0 2012-08-27 09:51:34.156 
!MESSAGE A conflict occurred for ALT+SHIFT+X R: 
Binding(ALT+SHIFT+X R, 
    ParameterizedCommand(Command(org.eclipse.rap.ui.launch.RAPLaunchShortcut.run,Run RAP Application, 
     Run RAP Application, 
     Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true), 
     [email protected], 
     ,,true),null), 
    org.eclipse.ui.defaultAcceleratorConfiguration, 
    org.eclipse.ui.contexts.window,,,system) 
Binding(ALT+SHIFT+X R, 
    ParameterizedCommand(Command(org.eclipse.wst.server.launchShortcut.run,Run on Server, 
     Run the current selection on a server, 
     Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true), 
     [email protected], 
     ,,true),null), 
    org.eclipse.ui.defaultAcceleratorConfiguration, 
    org.eclipse.ui.contexts.window,,,system) 
+0

새로 설치 한 이클립스와 함께이 문제에 직면하고 있습니까? –

+0

오늘 나는 새로운 작업 공간을 시험해 보았지만 제대로 작동했다. 하지만 내 현재 프로젝트 작업 공간과 함께 그것은 때로는 파일이 존재하지 않으며 키보드가 제대로 작동하지 않는다고 말하는 매우 이상한 동작을합니다. 오류가 어디 있는지 알지 못합니다. – NStackOverflow

+0

로그 파일에서 오류를 편집하고 추가했습니다. – NStackOverflow

답변

0

, 그 문제를 해결하기 위해,하지만 문제의 유형과 시간을 느슨하게하지 않을 방법 단서가 없다 :

  • 새로운 작업 공간 만들기
  • 사용자 환경 설정 플러그인을 설치하십시오.
  • 기존 프로젝트 가져 오기/recre 그들을 먹었어

나는 진짜 도전이있다라고 생각한다. 그리고 당신의 시간은 합리적으로 사용할 가치가있다. 내가 (아마도 같은 사람이 방법을 직면하고있는 문제 아무도 너무 많이있을 때

은 그렇지 않으면, 비 가능한 IDE 나를 위해

, 대부분의 시간의 자극적 인 행동에 갇혀 얻을 수 있습니다 마지막 옵션) 작동 :

+0

피터에게 도움을 주셔서 감사합니다. 나는 너의 제안을 따를 것이다. – NStackOverflow

관련 문제