Install JDK
Install JDK by:
- Windows:
winget install Microsoft.OpenJDK.21
(find exact version bywinget search Microsoft.OpenJDK
). - macOS:
brew install openjdk
- Linux:
apt install default-jdk
Restart Terminal, ensure that echo $JAVA_HOME
or PowerShell echo $env:JAVA_HOME
is not empty.