我在Eclipse中有一个使用JFX11的Maven项目。我的pom具有这种依赖性:
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>11</version>
</dependency>
它可以编译,但是运行时我会得到
Error: JavaFX runtime components are missing, and are required to run this application
我还需要包括另一个依赖项吗?