[오류] Maven Build Problem - You need to run build with JDK or have tools.jar on the classpath.IfWeb Program/Spring FW2018. 6. 30. 17:01
Table of Contents
반응형
You need to run build with JDK or have tools.jar on the classpath.If this occures during eclipse build make sure you run eclipse under JDK as well (com.mysema.maven:apt-maven-plugin:1.0.9:process:default:generate-sources)
이클립스 빌드 시, 클래스 패스에 tools.jar이 필요하다는 문제입니다.
pom.xml
<execution> 에 오류 발생
<build>
<plugins>
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.0.9</version>
<executions>
<execution>
<goals>
<goal>process</goal>
</goals>
<configuration>
sts install path > STS.ini
STS.ini 파일을 열어서 아래와 같이 추가 합니다.
-startup
plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
-vm
C:/Program Files/Java/jdk1.8.0_162/bin/javaw.exe
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.551.v20171108-1834
-product
org.springsource.sts.ide
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.8
--add-modules=ALL-SYSTEM
-Xms40m
-Dosgi.module.lock.timeout=10
-Dorg.eclipse.swt.browser.IEVersion=10001
-Xmx1200m
오류가 사라졌습니다, 썩세스!!
@달끄 :: 코트슈
코트슈(Code Troubleshooter) 프로그래머의 일상 Execution, Errors, Find, Solution 개발자들은 많은 오류로 시간을 허비한다... 코트슈가 도와드립니다.
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!