Install works when basic Vaadin 8 project created and Maven install run.
When any dependency is added into pom, the install fails.
It is related to com.google.gwt.dev.Compiler and I found a reference to this problem that indicated Java EE required.
I installed Eclipse Oxygen Java EE and the problem still exists.
How do I solve this problem?
[ERROR]
Error: Could not find or load main class com.google.gwt.dev.Compiler
[INFO]
[INFO]
BUILD FAILURE
[INFO]
[INFO]
Total time: 8.061 s
[INFO]
Finished at: 2018-04-26T09:05:38+10:00
[INFO]
[ERROR]
Failed to execute goal com.vaadin:vaadin-maven-plugin:8.3.3:compile (default) on project myapplication: Command [[
[ERROR]
C:\Program Files\Java\jdk1.8.0_172\jre\bin\java -Xmx1G -Dgwt.persistentunitcache=false com.google.gwt.dev.Compiler -logLevel INFO -style OBF -war “C:\Users\Paul Fraser\vaadinWorkspaces\qneTheme16\myapplication\target\classes\VAADIN\widgetsets” -localWorkers 8 -failOnError -XfragmentCount -1 -sourceLevel auto -gen “C:\Users\Paul Fraser\vaadinWorkspaces\qneTheme16\myapplication\target.generated” AppWidgetset
[ERROR]
]] failed with status 1
[ERROR]
→ [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.vaadin:vaadin-maven-plugin:8.3.3:compile (default) on project myapplication: Command [[
C:\Program Files\Java\jdk1.8.0_172\jre\bin\java -Xmx1G -Dgwt.persistentunitcache=false com.google.gwt.dev.Compiler -logLevel INFO -style OBF -war “C:\Users\Paul Fraser\vaadinWorkspaces\qneTheme16\myapplication\target\classes\VAADIN\widgetsets” -localWorkers 8 -failOnError -XfragmentCount -1 -sourceLevel auto -gen “C:\Users\Paul Fraser\vaadinWorkspaces\qneTheme16\myapplication\target.generated” AppWidgetset
]] failed with status 1