Skip to content

Commit f474f97

Browse files
committed
JDK 23 download option added in JDK Downloader
1 parent 5558cdb commit f474f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export const JDK_RELEASES_TRACK_URL = `https://www.java.com/releases/releases.js
1919

2020
export const ORACLE_JDK_BASE_DOWNLOAD_URL = `https://download.oracle.com/java`;
2121

22-
export const ORACLE_JDK_DOWNLOAD_VERSIONS = ['22','21'];
22+
export const ORACLE_JDK_DOWNLOAD_VERSIONS = ['23','21'];
2323

2424
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"
25+
"23": "https://download.java.net/java/GA/jdk23/3c5b90190c68498b986a97f276efd28a/37/GPL/openjdk-23"
2626
};
2727

2828
export const ORACLE_VSCODE_EXTENSION_ID = 'oracle.oracle-java';

0 commit comments

Comments
 (0)