Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8250950 Allow per-user and system wide configuration of a jpackaged app
  3. JDK-8288249

Release Note: Allow per-user and System Wide Configuration of a jpackaged app

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Delivered
    • Icon: P4 P4
    • 19
    • 19
    • tools

      jpackaged applications support both system-wide and per-user configuration.

      jpackage application launcher will look up the corresponding `.cfg` file not only in the application installation directory (the system-wide installation location) but also in user-specific locations. User-specific directories for `.cfg` file look up are:

      Linux
      ```
      ~/.local/${PACKAGE_NAME}
      ~/.${PACKAGE_NAME}
      ```
      macOS
      ```
      ~/Library/Application Support/${PACKAGE_NAME}
      ```
      Windows
      ```
      %LocalAppData%\%PACKAGE_NAME%
      %AppData%\%PACKAGE_NAME%
      ```
      where `${PACKAGE_NAME}` and `%PACKAGE_NAME%` refer to jpackaged application name.

            asemenyuk Alexey Semenyuk
            vdyakov Victor Dyakov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: