我正在使用带有 java 11 的 openjfx 11。
如果我用 mvn 启动应用程序,它工作正常。我添加了这些依赖项:
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>11</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>11</version>
</dependency>
但如果我在 Intellij Idea (2018.2) 中运行,它会给我:
Error: JavaFX runtime components are missing, and are required to run this application
IntelliJ 想法将罐子添加到类路径中。