본문 바로가기

Tools

메이븐 빌드시 Unable to locate the Javac Compiler in

반응형

이클립스에서 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.


해결 방법은 다음 링크에 아주 잘 정리되어 있다.

http://bboks.net/281

반응형