Java - 如何更改应用程序的版本

时间:2013-11-13 07:51:27

标签: java ant javafx-2

我是Java独立应用程序开发的新手。

我使用JavaFX实现了一个Java独立应用程序,使用Apache ant创建了可执行文件并将其安装在我的Windows机器中。

控制面板中应用的版本号为1.0。现在我想更改该版本号。我该怎么做?

我们可以找到build.xml here

enter image description here

1 个答案:

答案 0 :(得分:1)

我发现了这个提示:

<fx:application id="abs-client" name="${application.title}" version="2.0"
                       mainClass="${javafx.main.class}"/>

此处:http://docs.oracle.com/javafx/2/deployment/self-contained-packaging.htm