Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8095264

The plist of 2.0 GA is not fully correct

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u40
    • 8
    • javafx
    • None
    • MacOS

      For what is about JVM options the section of the plist from 2.0 GA bundle is empty:

        <key>JVMOptions</key>
        <array>

        </array>
        <key>JVMUserOptions</key>
          <dict>

          </dict>

      Expected content is:

        <key>JVMOptions</key>
        <array>
          <string>-Djava.security.manager</string>
          <string>-Djava.security.policy=$APPDIR/Resources/scenebuilder.policy</string>
          <string>-Dfile.encoding=UTF-8</string>
        </array>
        <key>JVMUserOptions</key>
          <dict>
            <key>-Djavafx.autoproxy.disable=</key>
            <string>true</string>
            <key>-Djava.util.logging.config.file=</key>
            <string>$APPDIR/Java/logging.properties</string>
          </dict>

      On Windows and Linux all is fine.

            yjoan Yves Joan (Inactive)
            yjoan Yves Joan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: