无法使Spring Boot + JavaFX在Eclipise中运行

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法使Spring Boot + JavaFX在Eclipise中运行相关的知识,希望对你有一定的参考价值。

[我正在尝试根据this tutorial使Spring Boot与Java FX一起使用。具体地说,我克隆并尝试运行应该正确设置的this project from the tutorial

[当我尝试使用Run as / Spring Boot App在Eclipse中运行项目时,出现以下错误:

Error: JavaFX runtime components are missing, and are required to run this application

我正在运行JDK 11,并根据教程尝试将javafx jar添加到构建路径。我想念什么吗?

答案

除了添加JavaFX库以构建路径之外,还必须编辑运行配置并将--add-modules javafx.controls,javafx.fxml添加到VM参数。

[根据@jewelsea的评论再次看到the official guide时看到。

以上是关于无法使Spring Boot + JavaFX在Eclipise中运行的主要内容,如果未能解决你的问题,请参考以下文章

JPackaged JavaFX + Spring boot 不启动

Spring Boot + MySQL + Docker Compose - 无法使 Spring Boot 连接到 MySQL

我应该怎么做才能获得我的 javafx spring boot 桌面应用程序的 OAuth2 访问令牌?

无法在 Spring Boot 中解析名称为“index”的视图

使用 Gson/Jackson 和 Spring Boot 重新创建没有字段属性的 DTO 类,而不是使其为空

spring boot 测试无法注入 TestRestTemplate 和 MockMvc