java - No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? - maven build -
when compiling maven project, shows below error (in image). instead of jre, have mapped jdk compilation.
any suggestion regarding how fix great
make sure java_home (in windows) variable points installation of jdk, make sure version of jdk matches 1 specified in pom.xml
Comments
Post a Comment