본문 바로가기
호구지책/Java/Android

[안드로이드] 이클립스 실행오류

by 하늘의흐름 2016. 5. 19.
반응형

에러메시지

java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started


증상

이클립스가 실행되지 않음.


과정

예전 32비트에서 64비트로 윈도우7을 새로 설치한 뒤에 발생했다.

이클립스는 D드라이브에 있었고, 64비트로 새로 다운 받아서

설치만 하면 되는 것으로 생각했는데, 대략 난감했다.


이럴 때 절실한 것이 구글링이다.

구글신님의 도움으로

eclipse.ini를 수정해야된다는 걸 알 수 있었다.


해결

ini파일을 열어서 다음의 한 줄을 추가해주면 된다.


-Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start



참고

http://stackoverflow.com/questions/2493415/unable-to-acquire-application-service-error-while-launching-eclipse

반응형

댓글