On Fri, Dec 06, 2024 at 04:33:33PM -0500, Patrick Durusau scripsit:
Trying to run BaseX 11.6 on Windows 11 with Java:
java -version java version "1.8.0_431" Java(TM) SE Runtime Environment (build 1.8.0_431-b10) Java HotSpot(TM) Client VM (build 25.431-b10, mixed mode, sharing)
All of those say the java you're actually running is eight.
The fix is generally to switch the environment variable for JAVA_PATH or similar so that it's pointing at the Java 11 install.
-- Graydon