[INFO] ------------------------------------------------------------- [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.578 s [INFO] Finished at: 2017-06-11T13:33:48-03:00 [INFO] Final Memory: 8M/243M [INFO] ------------------------------------------------------------------------
Me fijo en la jdk y tengo la 1.8 y no hice calculo ningún cambio desde la ultima compliacion.
Tengo un error de maven el cual es el siguiente.
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.578 s
[INFO] Finished at: 2017-06-11T13:33:48-03:00
[INFO] Final Memory: 8M/243M
[INFO] ------------------------------------------------------------------------
Me fijo en la jdk y tengo la 1.8 y no hice calculo ningún cambio desde la ultima compliacion.
puse en el pom.xml
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
maven-compiler-plugin
<version>3.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
Para que compile en java 1.8 pero no pude solucionarlo