반응형
이클립스에서 maven 빌드시 다음과 같은 오류가 발생하는 경우가 있다.
org.apache.maven.plugin.CompilationFailureException: Compilation failure Unable to locate the Javac Compiler in: [개인 로컬의 JAVA_HOME]\jre6\..\lib\tools.jar Please ensure you are using JDK 1.4 or above and not a JRE (the com.sun.tools.javac.Main class is required). In most cases you can change the location of your Java installation by setting the JAVA_HOME environment variable. |
해결 방법은 다음 링크에 아주 잘 정리되어 있다.
반응형
'Tools' 카테고리의 다른 글
[Android Studio] library project 추가 하기 (0) | 2013.05.28 |
---|---|
자동생성 주석에서 @author 에 나오는 이름 변경하기 (0) | 2012.11.29 |
앱엔진 플러그인 설치 후 이클립스 실행 안 됨 (0) | 2012.10.26 |
lombok.jar 설정 (0) | 2012.10.05 |
[Plugin] mercurial (0) | 2012.09.20 |