Hacker News new | ask | show | jobs
by arccy 1002 days ago
but now you have the nonsense of dealing with jvm versions and choosing the right one
1 comments

That is fairly overblown, especially post Java 9 (2017).

Generally speaking you just target a minimum version if you want to not distribute the JVM itself but these days most Java software is backend software, most of which is containerized, packaging the runtime with the code itself.