Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8262300: jpackage app-launcher fails on linux when using JDK11 based …
…runtime

Reviewed-by: herrick, almatvee
  • Loading branch information
Alexey Semenyuk committed Mar 5, 2021
1 parent 351889f commit ee09bad
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -55,6 +55,8 @@ void launchApp() {

AppLauncher appLauncher;
appLauncher.addJvmLibName(_T("lib/libjli.so"));
// add backup - older version such as JDK11 have it in jli sub-dir
appLauncher.addJvmLibName(_T("lib/jli/libjli.so"));

if (ownerPackage.name().empty()) {
// Launcher should be in "bin" subdirectory of app image.
Expand Down

1 comment on commit ee09bad

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.