These instructions assume that you have a working development environment with Visual Studio Code, Java, and git. Before proceeding, you should have the following: Open the zip file you downloaded ...
JavaFX-Maven-Plugin可以打包 jar、native、webbundle、key-store这些。 一般用 jar和 native,执行命令mvn jfx:native,在mac上 会看到打包成了pkg 和 dmg 两种类型的安装包,在win上能看到打包成了exe文件 ...