The syntax for the Java Packager is as follows:
javapackager -command [-options]
There are five different commands (-command) that can be used. They are described as follows:
command | Description |
-createbss | This command is used for converting files from CSS to binary |
-createjar | This command, used along with additional parameters, creates a JAR archive file |
-deploy | This command is used to generate jnlp and HTML files |
-makeall | Combines the -createjar, -deploy, and compilation steps |
-signJar | This command creates and signs a JAR file |
The [-options] for the -createbss command include:
The [-options] for the ...