BUILD FAILED
C:\leiloes\leiloes\build.xml:41: 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:\Program Files\Java\jre1.8.0_201"
Olhei as dicas referente a esse problema e uma das soluções seria instalar o JDK. Tenho tudo instalado e ao verificar as versões via CMD tenho o seguinte retorno:
java -version
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
javac -version
javac 1.8.0_201