We are observing MultiReleaseLaunchTests to fail with the following error in particular on Windows:
The following java versions are required by this test but can not be found: [RequiredJavaVersion[from=11, to=16], RequiredJavaVersion[from=17, to=20]]
The test uses several strategies for location necessary JRE installations, one of which is searching in /opt/tools/java/openjdk/. Obviously that path doesn't exist on windows.
For that reason I suggest we add another fallback: search within the parent directory of the java.home of the running JVM.
We are observing MultiReleaseLaunchTests to fail with the following error in particular on Windows:
The test uses several strategies for location necessary JRE installations, one of which is searching in
/opt/tools/java/openjdk/. Obviously that path doesn't exist on windows.For that reason I suggest we add another fallback: search within the parent directory of the java.home of the running JVM.