JDK-8189709 : Implement a mechanism for parsing .jnlp and creating a cmd line based on the parsed file.
  • Type: Sub-task
  • Component: deploy
  • Sub-Component: packager
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2017-10-20
  • Updated: 2018-10-19
  • Resolved: 2018-10-19
Description
We need to implement a mechanism for parsing .jnlp and creating a cmd line based on the parsed file for the CLI arg named "--jnlp"

We can consider the following JNLP parameters:
jars
main-class
icon
jvm args
properties
mime types

Need to take into consideration that there can be extensions with additional jars.