* 프로젝트 실행 후 Console에 나타난 오류 메시지 *
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project simplePrj: Compilation failure
[ERROR] Unable to locate the Javac Compiler in:
[ERROR] C:\Program Files (x86)\Java\jre7\..\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
-> 화면 순서대로 진행하면 됩니다.
1. 프로젝트 우클릭 - properties
2. 왼쪽 메뉴 중 Java Build Path - Libraries 탭 - JRE System Library [jre7] 선택 후 - Edit 클릭
3. Alternate JRE 기본 선택 된 jre7 확인 후 Installed JREs 클릭
4. 해당 jre7 선택 후 - Edit
5. Add External JARs 클릭
6. 컴퓨터 내 jdk폴더 - lib 폴더 내 tools.jar파일 선택 후 열기
7. 모두 ok / Finish를 클릭하면 됩니다.
'일했던김개미' 카테고리의 다른 글
[DOS명령어] 기본적인 DOS명령어 (0) | 2014.01.03 |
---|---|
[POWERPOINT] 파워포인트 안내선 (0) | 2013.12.19 |
[ORACLE] Oracle 11g 설치 후 계정생성 및 권한설정방법 (0) | 2013.10.31 |
[AJAX] jsp model2로 구현한 id/pw찾기 구현 (2) | 2013.09.02 |
[Powermockup] Powermockup, 웹 기획 TOOL (0) | 2013.07.22 |
댓글