【发布时间】:2016-03-02 21:57:39
【问题描述】:
我正在使用 maven 插件 https://github.com/javafx-maven-plugin/javafx-maven-plugin 为 javafx 应用程序生成安装程序。我可以创建一个exe并成功运行它。问题是我无法生成 jnlp 文件。 我看到以下消息
[INFO] Skipping WebStart JNLP Bundler because of configuration error No OutFile Specificed
Advice to Fix: Please specify the name of the JNLP Outut file in 'jnlp.outfile'
在哪里以及如何设置 JNLP 输出文件的名称?
【问题讨论】: