You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No Java runtime found to extract the bootclasspath from for --{tool_prefix}java_language_version={language_version} and --{tool_prefix}java_runtime_version={runtime_version}.
168
-
You can:
168
+
The bootclasspath provides the particular version of the Java standard library to compile against.
169
+
You can do one of the following:
169
170
170
-
* register a Java runtime with name "{bootstrap_runtime_version}" to provide the bootclasspath or
171
-
* set --java_language_version to the Java version of an available runtime.
171
+
* register a Java runtime with name "{bootstrap_runtime_version}" to provide the bootclasspath
172
+
* set --java_language_version=N for an available runtime "{runtime_version}_N"
173
+
* remove the suffix from your runtime's name to use it as the bootclasspath
172
174
173
175
Rerun with --toolchain_resolution_debug='@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type' to see more details about toolchain resolution.
0 commit comments