Lanai: Fail gracefully if we don't have java.home property

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 17
    • Component/s: client-libs
    • 2d

      In MTLGraphicsConfig we does not handle if java.home is missing

      private static final String mtlShadersLib = AccessController.doPrivileged(
                  (PrivilegedAction<String>) () ->
                          System.getProperty("java.home", "") + File.separator

            Assignee:
            Alexey Ushakov
            Reporter:
            Alexey Ushakov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: