We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b6d93c + 0cfaaa6 commit 00bdc28Copy full SHA for 00bdc28
vscode/src/constants.ts
@@ -21,6 +21,6 @@ export const ORACLE_JDK_BASE_DOWNLOAD_URL = `https://download.oracle.com/java/`;
21
export const ORACLE_JDK_DOWNLOAD_VERSIONS = ['22','21','17'];
22
23
export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = {
24
- "22": "https://download.java.net/java/GA/jdk22/830ec9fcccef480bb3e73fb7ecafe059/36/GPL/openjdk-22",
+ "22": "https://download.java.net/java/GA/jdk22.0.1/c7ec1332f7bb44aeba2eb341ae18aca4/8/GPL/openjdk-22.0.1",
25
"21": "https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2"
26
-};
+};
0 commit comments