We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351889f commit ee09badCopy full SHA for ee09bad
src/jdk.jpackage/linux/native/libapplauncher/LinuxLauncherLib.cpp
@@ -55,6 +55,8 @@ void launchApp() {
55
56
AppLauncher appLauncher;
57
appLauncher.addJvmLibName(_T("lib/libjli.so"));
58
+ // add backup - older version such as JDK11 have it in jli sub-dir
59
+ appLauncher.addJvmLibName(_T("lib/jli/libjli.so"));
60
61
if (ownerPackage.name().empty()) {
62
// Launcher should be in "bin" subdirectory of app image.
0 commit comments