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

[MAC] $APPDIR in Info.plist is no longer handled by the launcher

XMLWordPrintable

      SceneBuilder uses $APPDIR in its Info.plist:

        <array>
          <string>-Djava.security.manager</string>
          <string>-Djava.security.policy=$APPDIR/Resources/scenebuilder.policy</string>
          <string>-Dfile.encoding=UTF-8</string>
        </array>

      With b08 I get a SecurityException at startup which is the sign the policy file has not been found.
      When I modify the Info.plist to replace $APPDIR by "/Applications/JavaFX Scene Builder 2.0.1.app/Contents" then the exception goes away.

            cbensen Chris Bensen (Inactive)
            yjoan Yves Joan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: