728x90
반응형
eGovFramework Web Project를 생성하고 maven 빌드를 실행할 경우 아래와 같은 에러가 발생
[ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] Unable to locate the Javac Compiler in: C:\Program Files (x86)\Java\jre1.5.0_22\..\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. [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.244s [INFO] Finished at: Tue Jul 24 18:06:55 KST 2012 [INFO] Final Memory: 4M/8M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project IBsystem: Compilation failure [ERROR] Unable to locate the Javac Compiler in: [ERROR] C:\Program Files (x86)\Java\jre1.5.0_22\..\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 |
JRE에 tools.jar 추가하면 된다.
728x90
728x90
BIG
'Programming > Java' 카테고리의 다른 글
F. I.R.S.T - 깨끗한 테스트는 다음 다섯 가지 규칙을 따른다 (0) | 2015.06.13 |
---|---|
[redirect, forward] java controller method에서 다른 ?.do 를 실행하는 방법 (2) | 2015.06.11 |
POI 엑셀(xlsx 파일) 업로드 시 에러 (1) | 2012.09.27 |
eclipse 이클립스 부팅 속도 올리기 (0) | 2011.09.22 |
전자정부 프레임워크 개발환경 가이드 (0) | 2011.06.29 |
댓글