Hacker News new | ask | show | jobs
by armed 809 days ago
It is not true, currently I'm maintaining a desktop app which is shipped to 3 different platforms and 3 architectures (x86, x86-64, arm64) and runs various versions of JRE (from jre8 to jre22). Most (90%) of the libraries are fully compatible, only some are using latest features such as virtual threads, but it is easy to avoid.
1 comments

OK, good to hear. Couldn't find anything clear about it when web searching and looking at documentation.