You can install the Liberty profile by extracting an archive
file. By running a self-extracting archive file that contains the
distribution image, you can install the Liberty profile and you are
ready to create a server. You can also install programming model extensions
by extracting an archive file.
The command syntax is as follows:
java -jar archive-file-name.jar [Options] [install location]
where archive-file-name.jar is the name of the archive file you are extracting.
The following examples demonstrate the correct syntax:
java -jar myarchivefile.jar
java -jar myarchivefile.jar --help
java -jar myarchivefile.jar --acceptLicense C:\Liberty-profile-install
java -jar myarchivefile.jar --verbose
java -jar myarchivefile.jar --viewLicenseAgreement
java -jar myarchivefile.jar --viewLicenseInfo