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

AccessControlException with webstart since JRE 1.7.0 update 13

XMLWordPrintable

      Since JRE 1.7.0 update 13 my java fx application via webstart throws this exception:

      java.security.AccessControlException: access denied ("java.io.FilePermission" "D:\tmp" "read")
      at java.security.AccessControlContext.checkPermission(Unknown Source)
      at java.security.AccessController.checkPermission(Unknown Source)
      at java.lang.SecurityManager.checkPermission(Unknown Source)
      at java.lang.SecurityManager.checkRead(Unknown Source)
      at java.io.File.exists(Unknown Source)

      when trying to access the harddisk. I signed all jars and e. g. with JRE 1.7.0 update 11 it works.

            ngthomas Thomas Ng (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: