2012-08-14 4 views
2

Android 애플리케이션 개발을 위해 Eclipse 3.7.2를 사용하고 있습니다 ... 도움말 탭에서 새 업데이트를 설치할 때까지 모든 것이 잘 작동하고 코드 관리를 위해 Subversive 플러그인도 설치됩니다.Eclipse를 시작할 수없는 이유는 무엇입니까? 구성에 오류 로그가 표시됩니다.

이 오류는 다음과 같습니다 : 나는 위의 경로에서 설명한 오류 파일을 열하지만 난 어떤 누락 된 파일을 추측 할 수

Eclipse error window

이 파일은 다음과 같은 것을 포함

 !SESSION 2012-08-14 11:23:27.945 ----------------------------------------------- 
    eclipse.buildId=M20120208-0800 
    java.version=1.6.0_30 
    java.vendor=Sun Microsystems Inc. 
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US 
    Framework arguments: -product org.eclipse.epp.package.java.product 
    Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.java.product 

     !ENTRY org.eclipse.osgi 2 0 2012-08-14 11:23:28.945 
     !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved: 
     !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945 
     !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.navigator.resources_3.4.300.v20110928-1505.jar was not resolved. 
     !SUBENTRY 2 org.eclipse.ui.navigator.resources 2 0 2012-08-14 11:23:28.945 
     !MESSAGE Missing required bundle org.eclipse.jface_[3.6.0,4.0.0). 
     !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945 
     !MESSAGE Bundle reference:file:plugins/org.eclipse.compare.win32_1.0.200.I20110510-0800.jar was not resolved. 
     !SUBENTRY 2 org.eclipse.compare.win32 2 0 2012-08-14 11:23:28.945 
     !MESSAGE Missing required bundle org.eclipse.jface_[3.5.0,4.0.0). 
      !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945 
     !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.workbench_3.7.1.v20120104-1859.jar was not resolved. 
     !SUBENTRY 2 org.eclipse.ui.workbench 2 0 2012-08-14 11:23:28.945 
     !MESSAGE Missing required bundle org.eclipse.jface_[3.5.0,4.0.0). 
     !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945 
     !MESSAGE Bundle reference:file:plugins/org.eclipse.mylyn.commons.ui_3.7.1.v20120425-0100.jar was not resolved. 
     !SUBENTRY 2 org.eclipse.mylyn.commons.ui 2 0 2012-08-14 11:23:28.945 
     !MESSAGE Missing required bundle org.eclipse.jface_0.0.0. 
     !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945 
     !MESSAGE Bundle reference:file:plugins/org.eclipse.mylyn.commons.notifications_0.9.1.v20120412-0100.jar was not resolved. 



      ...etc etc 

아무도이 문제를 해결할 수 있습니까?

감사의 말씀 감사드립니다.

+0

새 플러그인을 어떻게 설치 했습니까? – Fredrik

+0

이클립스의 도움말 탭에서 "새로운 소프트웨어 설치"와 나는 "파괴적"인 플러그인을위한 URL을 넣었습니다 – Amt87

답변

2

은 일식 다음
org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar
org.eclipse.jface.text_3.7.2.v20111213-1208.jar

org.eclipse.jface_3.7.0.v20110928-1505.jar 

를 다운로드하고 eclipse_installed_directory/plugins/에 배치하고 즐길 수 있습니다 (실제로 resetup 더 정확한 것 같다) 오류가 계속 발생하는 경우 알 수 있습니다.

+0

나는 많은 솔루션을 만들었고 마지막 것은 당신 것이었고 그것도 훌륭했습니다. – Amt87

+0

위대한 : p – khan

2

플러그인 org.eclipse.jface을 확인하십시오. 그것은 오래된 버전 인 것 같습니다. 플러그인은 버전 3.5+ 또는 3.6+가 필요하기 때문에 불평합니다.

Eclipse 플러그인 레지스트리보기를 사용하여 플러그인 또는 OSGI 콘솔을 검사 할 수 있습니다. 콘솔에 대한 자세한 내용은 이전에 비슷한 질문을 한 answer을 확인하십시오.
하자) 다시 설치하지 않으려면 OK

+0

고맙습니다. 그러나 나는 그것을 잘 이해하지 못했습니다 ... 나는 이클립스를 전혀 시작할 수 없습니다 ... 나는 그것을 다시 설치하고 싶지 않다. – Amt87

관련 문제