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.
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.