본문 바로가기

android

Eclipse hangs at startup showing only the splash screen

맥에서 이클립스 시작 중 멈춰 갈길 안갈 때 처치법.


  1. cd .metadata/.plugins
  2. mv org.eclipse.core.resources org.eclipse.core.resources.bak
  3. Start eclipse. (It should show an error message or an empty workspace because no project is found.)
  4. Close all open editors tabs.
  5. Exit eclipse.
  6. rm -rf org.eclipse.core.resources (Delete the newly created directory.)
  7. mv org.eclipse.core.resources.bak/ org.eclipse.core.resources (Restore the original directory.)
  8. Start eclipse and start working. :-)

or

eclipse -clean -clearPersistedState


or


open -a Eclipse.app --args -clearPersistedState -clean



출처 :  http://off-topic.biz/en/eclipse-hangs-at-startup-showing-only-the-splash-screen/

'android' 카테고리의 다른 글

get favicon  (0) 2014.01.07
1  (0) 2011.11.14
뒤로버튼 빠르게 두번 눌러 어플 종료하기  (0) 2011.03.29
Zetty GMPlayer (굿모닝팝스 청취 전용 앱)  (0) 2011.02.06
url 짧게 만들기(shortened url)  (0) 2011.02.01