Add Warning for JDK Version Discrepancy When Using jpackage #37
Achille004
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today, I was trying to package my project using jpackage, after recently upgrading the toolchain from JDK 21 to 23. I spent quite some time trying to figure out why my application was successfully installing but failing to run.
While I'm not sure whether a Gradle toolchain includes jpackage (and whether it could be used directly), I believe there should at least be a warning when a version mismatch is detected. This could help prevent other developers from facing the same issue, saving time and headaches.
Would it be possible to implement said thing?
Beta Was this translation helpful? Give feedback.
All reactions