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 1

make sure java_home (in windows) variable points installation of jdk, make sure version of jdk matches 1 specified in pom.xml


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -