Maven Build 시 에러
- 작성자 :
- 이*균
- 작성일 :
- 2014-01-23 11:29:54
- 조회수 :
- 1,077
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
아래와 같은 현상이 발생하고 있습니다.
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.594s
[INFO] Finished at: Thu Jan 23 11:27:40 KST 2014
[INFO] Final Memory: 4M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project cnp: Compilation failure
[ERROR] Unable to locate the Javac Compiler in:
[ERROR] C:\Program Files\Java\jre6\..\lib\tools.jar
[ERROR] Please ensure you are using JDK 1.4 or above and
[ERROR] not a JRE (the com.sun.tools.javac.Main class is required).
[ERROR] In most cases you can change the location of your Java
[ERROR] installation by setting the JAVA_HOME environment variable.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.594s
[INFO] Finished at: Thu Jan 23 11:27:40 KST 2014
[INFO] Final Memory: 4M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project cnp: Compilation failure
[ERROR] Unable to locate the Javac Compiler in:
[ERROR] C:\Program Files\Java\jre6\..\lib\tools.jar
[ERROR] Please ensure you are using JDK 1.4 or above and
[ERROR] not a JRE (the com.sun.tools.javac.Main class is required).
[ERROR] In most cases you can change the location of your Java
[ERROR] installation by setting the JAVA_HOME environment variable.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
A
안녕하세요. 이철균님
보내주신 에러로그를 보시면
자바 컴파일을 할 파일이 없다고 나옵니다.
oracle 홈페이지에 가셔서 해당 OS 버전에 맞는 JDK를 설치하시고,
이클립스에서 Windows -> preferences -> java -> Installed JREs 메뉴에 가셔서
설치하신 JDK가 제대로 설정이 되어있는 지 확인 및 변경해 주시기 바랍니다.
고맙습니다.
보내주신 에러로그를 보시면
자바 컴파일을 할 파일이 없다고 나옵니다.
oracle 홈페이지에 가셔서 해당 OS 버전에 맞는 JDK를 설치하시고,
이클립스에서 Windows -> preferences -> java -> Installed JREs 메뉴에 가셔서
설치하신 JDK가 제대로 설정이 되어있는 지 확인 및 변경해 주시기 바랍니다.
고맙습니다.