Windows: AdditionalLaunchers-1.0.exe and AdditionalLaunchers-1.0.msi
Mac: AdditionalLaunchers-1.0.dmg and AdditionalLaunchers-1.0.pkg
Steps to Reproduce:
(1) Run AdditionalLaunchersTest package
(2) Navigate to install directory and run Baz2 launcher
(3) Open appOutput.txt
Actual Result:
on Windows:
jpackage test application
args.length: 4
Duke
is
the
King
on Mac:
jpackage test application
args.length: 0
Expected Result:
both windows and mac should have the same appOutput.txt
Which one is correct?
Mac: AdditionalLaunchers-1.0.dmg and AdditionalLaunchers-1.0.pkg
Steps to Reproduce:
(1) Run AdditionalLaunchersTest package
(2) Navigate to install directory and run Baz2 launcher
(3) Open appOutput.txt
Actual Result:
on Windows:
jpackage test application
args.length: 4
Duke
is
the
King
on Mac:
jpackage test application
args.length: 0
Expected Result:
both windows and mac should have the same appOutput.txt
Which one is correct?
- relates to
-
JDK-8230927 Wrong arguments set for additional launchers
- Resolved