본문 바로가기

Dev. Tool/Eclipse

Eclipse Ant 실행시 Specified VM install not found: type Standard VM, name jre6

[출처] http://jo.centis1504.net/?p=477


build.xml 실행시에 Specified VM install not found: type Standard VM, name jre6 라고 에러가 발생하는 경우의 해결법

#{이클립스워크스페이스}/.metadata/.plugins/org.eclipse.debug.core/.launches/프로젝트이름 build.xml.launch file”

위 파일을 지우고 다시 해보면 된다..
아무래도 이클립스가 Crash 했을경우 처리되지 않은 파일들이 남아있어서 발생하는것 같다.

참고사이트: http://merakachra.blogspot.com/2010/11/specified-vm-install-not-found-type.html