Fix build errors with JDK 21
JDK 21 has removed most of the JarIndex functionality and also made the erstwhile jdk.internal.util.jar.JarIndex class package private under jdk.jartool/sun.tools.jar. Upstream icedtea-web has patched this issue by introducing a dummy JarIndex class which will ensure no compilation issues but will fail at runtime. This commit is adapting the same patch along with some configure script changes.