Uploaded image for project: 'OpenJDK'
  1. OpenJDK
  2. OPENJDK-1327

Properties declared in extension jnlp are not set

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.0.372 GA
    • None
    • icedtea-web
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      For each <property> in the jnlp file, set a corresponding system property when ITW launches.

      For example, if the .jnlp has the following properties:

      <property name="my.property1" value="value1"/>

      <property name="my.property2" value="value2"/>

      The ITW java process should be launched as follows

      java -Dmy.property1=value1 -Dmy.property2=value2 main.jar

       

              rh-ee-fthevene Frederic Thevenet
              rhn-support-mmillson Michael Millson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: