JavaFX
The projects with JavaFX:
Groovy FX: groovyfx.org
ScalaFX: http://www.scalafx.org/
https://github.com/scalafx https://github.com/scalafx/scalafx.github.io
Visage: https://github.com/visage-lang
Note: This tool has been renamed
Ref: https://docs.oracle.com/javase/8/docs/technotes/tools/unix/javafxpackager.html
Groovy FX: groovyfx.org
ScalaFX: http://www.scalafx.org/
https://github.com/scalafx https://github.com/scalafx/scalafx.github.io
Visage: https://github.com/visage-lang
Note: This tool has been renamed
javapackager
.exe. The javafxpackager.exe
file may be removed in a future release. Please update your scripts to use javapackager
.Ref: https://docs.oracle.com/javase/8/docs/technotes/tools/unix/javafxpackager.html
Commands
You can specify one of the following commands. After the command, specify the options for it.- -createbss
- Converts CSS files into binary form.
- -createjar
- Produces a JAR archive according to other parameters.
- -deploy
- Assembles the application package for redistribution. By default, the deploy task generates the base application package, but it can also generate a self-contained application package if requested.
- -makeall
- Performs compilation,
createjar
, anddeploy
steps as one call, with most arguments predefined, and attempts to generate all applicable self-contained application packages. The source files must be located in a folder calledsrc
, and the resulting files (JAR, JNLP, HTML, and self-contained application packages) are put in a folder calleddist
. This command can only be configured in a minimal way and is as automated as possible. - -signjar
- Signs JAR file(s) with a provided certificate.
评论
发表评论