Windows Eclipse Incompatible JVM 에러 해결방법

JDK 를 설치하고 환경변수도 설정하였는데, 이클립스를 실행시키면 아래와 같은 메시지가 나오는 경우
[Incompatible JVM]
Version 1.4.2_29 of the JVM is not suitable for this product. Version: 1.5 or greater is required.

환경변수 설정시 아래처럼 java 경로를 맨 앞으로 써주면 해결된다.
Path_java=C:\Program Files\Java\jdk1.6.0_21\bin;
Path=%Path_java%;C:\Windows\systeme32; ....

comments:

댓글 쓰기