https://docs.microsoft.com/en-us/java/openjdk/install
Install on Windows
To install on any version of Windows, you can use the MSI packages or the ZIP package. If you're on Windows 10, you can use the Windows Package Manager from your Windows Terminal.
To install with the Windows Package Manager, first install winget, and then open the Windows Terminal.
Next, use the following command to search for the Microsoft Build of OpenJDK packages:
PowerShellCopy
winget search Microsoft.OpenJDK
You'll see output similar to the following:
OutputCopy
Name Id Version -------------------------------------------------------------- Microsoft Build of OpenJDK 11 Microsoft.OpenJDK.11 11.0.11.9
You can now install the package by referencing the Id shown above, using the following command:
PowerShellCopy
winget install Microsoft.OpenJDK.11
This command produces output similar to the following:
OutputCopy
Found Microsoft Build of OpenJDK 11 [Microsoft.OpenJDK.11] This application is licensed to you by its owner. Microsoft is not responsible for, nor does it grant any licences to, third-party packages. Downloading https://aka.ms/download-jdk/microsoft-jdk-11.0.11.9.1-windows-x64.msi ██████████████████████████████ 160 MB / 160 MB Successfully verified installer hash Starting package install... Successfully installed
'Develop' 카테고리의 다른 글
윈도우 11 로 추정 (0) | 2021.06.16 |
---|---|
Windows server 에 wsl 설치 하기 (0) | 2021.06.14 |
WSL2 GUI applicaion 한글 설정하기 (0) | 2021.05.26 |
[갤럭시 홈 미니] 개봉기 (0) | 2019.09.08 |
OSX에서 VMWARE 실행시 오류나는 경우 ( Could not open /dev/vmmon...) (0) | 2017.11.27 |