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

[jpackager] --secondary-launcher arg fails when properties file has no icon

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • internal
    • internal
    • tools

       sandbox branch JDK-8200758-branch

      SecondaryLauncherArguments.java:80 calls :
              putUnlessNull(bundleParams, Arguments.CLIOptions.ICON.getId(),
                       new File(getOptionValue(CLIOptions.ICON)));
      The "new File()" will throw exception if getOptionValue(CLIOptions.ICON is null

            herrick Andy Herrick (Inactive)
            herrick Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: