[오류] Maven Build Problem - You need to run build with JDK or have tools.jar on the classpath.If
Web Program/Spring FW2018. 6. 30. 17:01[오류] Maven Build Problem - You need to run build with JDK or have tools.jar on the classpath.If

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 에 오류 발생 com.mysema.maven apt-maven-plugin 1.0.9 process sts install path > STS.ini STS.ini 파일을 열어서 아래와 같이 추가 합니다. -startup pl..

image