JDK-8189207 : Add new parameter ("--jnlp") for generating images/installers from .jnlp files
  • Type: Sub-task
  • Component: deploy
  • Sub-Component: packager
  • Priority: P3
  • Status: Resolved
  • Resolution: Delivered
  • OS: generic
  • CPU: generic
  • Submitted: 2017-10-12
  • Updated: 2017-10-20
  • Resolved: 2017-10-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10
10Resolved
Description
We need to add new parameter (and description) for generating images/installers from .jnlp files.
This way users will have to write the following cmd line:
javapackager --create-image --jnlp <.jnlp file>
or
javapackager --create-installer --jnlp <.jnlp file>