Eclipse를 처음 설치하거나 오랜만에(?) 실행하게 되면 쉽게 만날 수 있는 에러이다.
Eclipse 위키에 아주 친절하지는 않지만 root cause가 잘 설명되어 있어서 해결할 수 있었다.
원인은 둘 중 하나일 가능성이 높다.
1. javaw.exe의 환경 변수가 잘못 설정된 경우
eclipse.ini를 수정해야 한다. http://tofriendy.tistory.com/63에서 잘 설명해주셨다.
2. JVM과 Eclipse의 bit를 mix match 한 경우
64-bit Eclipse requires a 64-bit JVM, and 32-bit Eclipse requires 32-bit JVM--you can not mix-and-match between 32-bit and 64-bit, so make sure the version of Eclipse you installed matches the JVM/JDK