We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When configuring a secondary launcher, its moduleName is not listed in the --add-modules option of jlink, and jpackage fails with an exception like:
moduleName
--add-modules
jpackage
java.lang.RuntimeException: jdk.jpackage.internal.ConfigException: "Failed to find XXXX module in module path"
(unless the module of the secondary launcher is a module dependency of main launcher module).
Could you consider fixing that ?
Current workaround is to configure a customImage with an explicit list of appModules.
customImage
appModules
The text was updated successfully, but these errors were encountered:
Hello @HGuillemet, I will look into this when I find the time. Need to create a simple reproducer first to add to the plugin tests.
Sorry, something went wrong.
Here is a reproducer.
secondary-launcher-module.tgz
xzel23
No branches or pull requests
When configuring a secondary launcher, its
moduleName
is not listed in the--add-modules
option of jlink, andjpackage
fails with an exception like:(unless the module of the secondary launcher is a module dependency of main launcher module).
Could you consider fixing that ?
Current workaround is to configure a
customImage
with an explicit list ofappModules
.The text was updated successfully, but these errors were encountered: