Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用 javafx ant build 构建应用程序,生成 jar 文件。但是当我运行 jar 文件时,发出:
错误:JavaFX 运行时组件丢失,并且是运行此应用程序所必需的。
这javafx-class-path: libs/h2.jar libs/jfxrt.jar libs/log4j.jar
javafx-class-path: libs/h2.jar libs/jfxrt.jar libs/log4j.jar
使用以下命令运行 JAR 文件:
java -jar app.jar
会是什么呢?
我能够在 Windows 机器上重现您的问题(使用 java8 64 位版本)。
一种简单的解决方法可能是:尝试再次重新安装 java。
另一个可能是:将 jre/lib/jfxrt.jar 复制到 jre/lib/ext/jfxrt.jar