-
Hey, Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
wiverson
Sep 19, 2021
Replies: 1 comment 4 replies
-
jpackage and jlink only became fully supported / non-preview in JDK 16. You could enable it on 15 but it's kind of a pain. What / why does the library only work on 8/9? There are other installer packages that work with JDKs that old, but AFAIK they will bundle a (relatively) large JVM in with the installer. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
AIGLEZMA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jpackage and jlink only became fully supported / non-preview in JDK 16. You could enable it on 15 but it's kind of a pain.
What / why does the library only work on 8/9?
There are other installer packages that work with JDKs that old, but AFAIK they will bundle a (relatively) large JVM in with the installer.