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 应用程序,它使用 css 样式表来设置应用程序的背景和按钮的效果。
当我尝试将此 javafx 应用程序导出到 Eclipse 中的可运行 jar 时,jar 文件不包含所需的 css 样式表和图像。
我曾尝试手动将 css 和图像放入罐子中,但没有运气
任何帮助将不胜感激。
谢谢
您应该使用 JavaFX 打包器支持,否则您将无法运行 jar,因为 JavaFX 不在类路径上!
我建议您使用e(fx)clipse及其对导出的支持,如教程 1所示