I have a Maven project in Eclipse which uses JFX11. My pom has this dependency:
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>11</version>
</dependency>
It compiles but when running I get
Error: JavaFX runtime components are missing, and are required to run this application
Do I need to include another dependency as well?