< prev index next >

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

Print this page

        

*** 85,95 **** // Package must be initialized after Platform is fully initialized. Package& package = Package::GetInstance(); Macros::Initialize(); package.SetCommandLineArguments(argc, argv); - platform.SetCurrentDirectory(package.GetPackageAppDirectory()); switch (platform.GetAppCDSState()) { case cdsDisabled: case cdsUninitialized: case cdsEnabled: { --- 85,94 ----
< prev index next >