I am trying to do atlas-run (following a simple tutorial about building confluence themes) I am getting the following error:
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
However: I have gone to my eclipse settings (window - > preferences - > java) and checked that the jdk is both ticked as default and is also selected as the execution environment (to be safe, I removed the JRE). I also went to my system settings and made sure that PATH and JAVA_HOME were both pointing to the JDK not the JRE.