Checking https://github.com/xtf-cz/xtf/blob/master/test-helpers/src/main/java/cz/xtf/testhelpers/image/ImageContent.java#L28-L32 looks like this array is specific for JDK8. Some of those utilities were deprecated on JDK11
I suggest to add another specific jdk11 variable, as i.e.
private static final String[] DEFAULT_JAVA11_UTILITIES = new String[]{"jaotc", "jar", "jarsigner", "java", "javac", "javadoc", "javap", "jcmd", "jconsole", "jdb", "jdeprscan", "jdeps", "jfr", "jhsdb", "jimage", "jinfo", "jjs", "jlink", "jmap", "jmod", "jps", "jrunscript", "jshell", "jstack", "jstat", "jstatd", "keytool", "pack200", "rmic", "rmid", "rmiregistry", "serialver", "unpack200"};
Checking https://github.com/xtf-cz/xtf/blob/master/test-helpers/src/main/java/cz/xtf/testhelpers/image/ImageContent.java#L28-L32 looks like this array is specific for JDK8. Some of those utilities were deprecated on JDK11
I suggest to add another specific jdk11 variable, as i.e.
private static final String[] DEFAULT_JAVA11_UTILITIES = new String[]{"jaotc", "jar", "jarsigner", "java", "javac", "javadoc", "javap", "jcmd", "jconsole", "jdb", "jdeprscan", "jdeps", "jfr", "jhsdb", "jimage", "jinfo", "jjs", "jlink", "jmap", "jmod", "jps", "jrunscript", "jshell", "jstack", "jstat", "jstatd", "keytool", "pack200", "rmic", "rmid", "rmiregistry", "serialver", "unpack200"};