在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):javafx-maven-plugin/javafx-maven-plugin开源软件地址(OpenSource Url):https://github.com/javafx-maven-plugin/javafx-maven-plugin开源编程语言(OpenSource Language):Java 99.2%开源软件介绍(OpenSource Introduction):JavaFX Maven PluginThe JavaFX Maven Plugin provides a way to assemble distribution bundles for JavaFX applications (8+) from within Maven. This plugin is essentially a Maven wrapper for the packaging tool that comes with JavaFX, it's called javapackager. For easy configuration please use the old configurator: https://zenjava.net/javafx-maven-plugin/ Requirements
OS-specific requirements
Quickstart for JavaFX JARAdd this to your pom.xml within to your build-plugin: <plugin>
<groupId>com.zenjava</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>8.8.3</version>
<configuration>
<mainClass>your.package.with.Launcher</mainClass>
</configuration>
</plugin> To create your executable file with JavaFX-magic, call Quickstart for JavaFX native bundleAdd this to your pom.xml within to your build-plugin: <plugin>
<groupId>com.zenjava</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>8.8.3</version>
<configuration>
<vendor>YourCompany</vendor>
<mainClass>your.package.with.Launcher</mainClass>
</configuration>
</plugin> To create your executable file with JavaFX-magic and some installers (please see official oracle-documentation which applications are required for this), call
Using |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论