Java Platform, Standard Edition Tools Reference
Contents    Previous    Next

10 Deploy Applications and Applets

As of JDK 8u451, JavaFX is no longer included as part of Java SE 8. As a consequence, the javapackager tool has been removed. Please visit https://www.oracle.com/javase/javafx for more information.

Use these commands to package Java and JavaFX applications for deployment.

This section contains the following commands:

pack200: Packages a JAR file into a compressed pack200 file for web deployment.

unpack200: Transforms a packed file produced by pack200(1) into a JAR file for web deployment.

javapackager: Performs tasks related to packaging and signing Java and JavaFX applications.

javafxpackager: Deprecated. Use javapackager.

Contents    Previous    Next

Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved.