< prev index next >

src/jdk.jpackage/share/native/libapplauncher/Package.cpp

Print this page

        

*** 76,88 **** FilePath::FixPathForPlatform(FBootFields->FPackageAppDataDirectory); // Main JAR. config->GetValue(keys[CONFIG_SECTION_APPLICATION], keys[CONFIG_MAINJAR_KEY], FBootFields->FMainJar); ! FBootFields->FMainJar = ! FilePath::IncludeTrailingSeparator(GetPackageAppDirectory()) ! + FilePath::FixPathForPlatform(FBootFields->FMainJar); // Main Module. config->GetValue(keys[CONFIG_SECTION_APPLICATION], keys[CONFIG_MAINMODULE_KEY], FBootFields->FMainModule); --- 76,86 ---- FilePath::FixPathForPlatform(FBootFields->FPackageAppDataDirectory); // Main JAR. config->GetValue(keys[CONFIG_SECTION_APPLICATION], keys[CONFIG_MAINJAR_KEY], FBootFields->FMainJar); ! FBootFields->FMainJar = FilePath::FixPathForPlatform(FBootFields->FMainJar); // Main Module. config->GetValue(keys[CONFIG_SECTION_APPLICATION], keys[CONFIG_MAINMODULE_KEY], FBootFields->FMainModule);
< prev index next >