Advancing minimum Java version from 11 to 17

Most Linux distributions, unless someone is using a really old version, are at least on Java 21.

I users of Debian-derived or RedHat-derived distributions use the provided .deb and .rpm packages, then everything will happen automatically.

For users that download the tar-ball, it should be stipulated in the installation instructions that they need at least Java17. Note, if users have followed the current guidelines on installing a JRE there should mostly be no problem as they are directed to use the distribution packages, and those are all new enough - except in very old releases of the distributions.

Perhaps the -release flag should be set to -release 17 in the builds?

Yours,
Christian