--- old/src/jdk.jpackage/share/native/libapplauncher/Package.cpp 2019-07-03 08:55:14.156538200 -0400 +++ new/src/jdk.jpackage/share/native/libapplauncher/Package.cpp 2019-07-03 08:55:12.232700800 -0400 @@ -78,9 +78,7 @@ // Main JAR. config->GetValue(keys[CONFIG_SECTION_APPLICATION], keys[CONFIG_MAINJAR_KEY], FBootFields->FMainJar); - FBootFields->FMainJar = - FilePath::IncludeTrailingSeparator(GetPackageAppDirectory()) - + FilePath::FixPathForPlatform(FBootFields->FMainJar); + FBootFields->FMainJar = FilePath::FixPathForPlatform(FBootFields->FMainJar); // Main Module. config->GetValue(keys[CONFIG_SECTION_APPLICATION],