Tuesday, March 15, 2016

“No compiler is provided in this environment” - Eclipse/Maven issues

If you ever stuck with below issue,

“No compiler is provided in this environment”

Below is the solution for it.

Go to Window → Preferences → Java → Installed JREs.
And see if there is an entry pointing to your JDK path, and if not, click on Edit button and put the path you configured your JAVA_HOME environment.

No comments:

Post a Comment