Use these commands to package Java and JavaFX applications for deployment.
This section contains the following commands:
pack200
(1): Packages a JAR file into a compressed pack200 file for web deployment.
unpack200
(1): Transforms a packed file produced by pack200
(1) into a JAR file for web deployment.
javapackager
(1): Performs tasks related to packaging and signing Java and JavaFX applications.
javafxpackager
(1): Deprecated. Use javapackager
(1).