We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5558cdb + f474f97 commit 1da4307Copy full SHA for 1da4307
vscode/src/constants.ts
@@ -19,10 +19,10 @@ export const JDK_RELEASES_TRACK_URL = `https://www.java.com/releases/releases.js
19
20
export const ORACLE_JDK_BASE_DOWNLOAD_URL = `https://download.oracle.com/java`;
21
22
-export const ORACLE_JDK_DOWNLOAD_VERSIONS = ['22','21'];
+export const ORACLE_JDK_DOWNLOAD_VERSIONS = ['23','21'];
23
24
export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = {
25
- "22": "https://download.java.net/java/GA/jdk22.0.2/c9ecb94cd31b495da20a27d4581645e8/9/GPL/openjdk-22.0.2"
+ "23": "https://download.java.net/java/GA/jdk23/3c5b90190c68498b986a97f276efd28a/37/GPL/openjdk-23"
26
};
27
28
export const ORACLE_VSCODE_EXTENSION_ID = 'oracle.oracle-java';
0 commit comments