Skip to content
New issue

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

jpackage not working as expected #2

Open
dserrada opened this issue Sep 26, 2021 · 0 comments
Open

jpackage not working as expected #2

dserrada opened this issue Sep 26, 2021 · 0 comments
Labels
bug Something isn't working jpackage

Comments

@dserrada
Copy link
Owner

The jpackage dosen't work because this application uses a library (log4j-core)
that is not modularized (log4j-api is modulorized but log4j-core is only a
automatic module). Jlink, used by jpackage, don't support automatic module.

The following gradle plugin https://badass-jlink-plugin.beryx.org/releases/latest/ helps with
modularization of automatic modules or non modules library, but don't work with jdk16

@dserrada dserrada added bug Something isn't working jpackage labels Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working jpackage
Projects
None yet
Development

No branches or pull requests

1 participant