From ed0f606b44591bcf41511db67ceb0c7cad9944e8 Mon Sep 17 00:00:00 2001 From: Achal Talati Date: Tue, 16 Apr 2024 12:43:28 +0530 Subject: [PATCH] updated http to https for openjdk license Signed-off-by: Achal Talati --- vscode/src/jdkDownloader.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/src/jdkDownloader.ts b/vscode/src/jdkDownloader.ts index 849404b..9dda830 100644 --- a/vscode/src/jdkDownloader.ts +++ b/vscode/src/jdkDownloader.ts @@ -403,7 +403,7 @@ export const fetchJDKDownloadView = (machineArch: string, osType: string, versio

JDK Downloader

-

This tool enables you to download either the latest Oracle Java SE JDK with Oracle No-Fee Terms and Conditions or the Oracle OpenJDK builds under the GNU Public License with ClassPath Exception. +

This tool enables you to download either the latest Oracle Java SE JDK with Oracle No-Fee Terms and Conditions or the Oracle OpenJDK builds under the GNU Public License with ClassPath Exception. It will then handle the installation and configuration on your behalf.

This enables you to take full advantage of all the features offered by this extension.