-
Rightclick the project root, -->
Run AS-->Run Configurations
-
Under
Maven Build-->JRE-->Check Alternate JRE-->Installed JREs
-
Add-->JRE homepaste java home path obtained from/usr/libexec/java_home -V
-
Build with maven. First run
Maven clean, thenMaven installand thenMaven build. Note: If eclipse complains that a compile goal has to be specified, one has toMaven build ...and enterpackageundergoals.
- Run GUI

