반응형
에러: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Java\jre1.8"
ant build를 하는데 위와 같은 오류가 떴다.
build를 위해 jdk를 찾아야 하는데 jre로 세팅되어 있는 것 같다.
Windows - Preferences - Ant - Runtime - ClassPath에서 Ant를 선택한 뒤, Add External JARs를 클릭한다.
본인 컴퓨터의 jdk 경로/lib/tools.jar를 추가하면 된다.
참고
반응형
'Develop > Java' 카테고리의 다른 글
[Java Stream] 자바 스트림 (0) | 2021.03.17 |
---|---|
[Jackson] com.fasterxml.jackson.core.JsonParseException 에러 (0) | 2021.03.09 |
[Ant] Unable to locate tools.jar. Expected to find it ... 에러 (0) | 2021.03.02 |
[Json] Json의 개념과 형식 (0) | 2021.02.08 |
[Java] String, StringBuffer, StringBuilder (0) | 2021.02.02 |