我在 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
我是否还需要包含另一个依赖项?