从 app.properties gluon 构建问题读取数据
我在 JavaFX 应用程序中使用 Gluon FX 插件时遇到问题。我需要构建一个可执行的 .exe
文件。我的项目中有 app.properties
,但最终的应用程序看起来像是 app.properties
中的配置不存在; app.properties
文件位于项目的根目录。
我使用 mvn gluonfx:build
构建我的源代码。我在mvn gluonfx:build
之前尝试过mvn gluonfx:runagent
,但结果是相同的。
如何向我的应用程序添加配置?是否有其他方法来设置配置变量和构建 .exe
?如果您需要更多信息来提供帮助,请告诉我。
PS:这是我在 StackOverflow 上的第一篇文章。请原谅我在发布问题时犯的任何错误。
I have a problem using the Gluon FX plugin with a JavaFX application. I need to build an executable .exe
file. I have app.properties
in my project, but the final application looks like the configuration from the app.properties
are not present; app.properties
file is located at the root of the project.
I build my sources with mvn gluonfx:build
. I have tried mvn gluonfx:runagent
before mvn gluonfx:build
, but the result is same.
How to add configuration to my app? Are there other ways to set configuration variables and build .exe
? If you need more information to help, just let me know.
P.S: This is my first post on StackOverflow. Please excuse me for any mistake I have made in posting the question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论