Created
August 3, 2026 16:39
-
-
Save orubel/88dfb2f9b0f17f8287698ea0ef0ae050 to your computer and use it in GitHub Desktop.
Java on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ** Download from IBM (JDK21) ** | |
| - https://developer.ibm.com/languages/java/semeru-runtimes/downloads/ | |
| ** Set your Env Variables in Powershell ** | |
| - [Environment]::SetEnvironmentVariable("JAVA_HOME", "C:\Program Files\Eclipse Adoptium\jdk-21.0.12.8-hotspot","User") | |
| - $env:JAVA_HOME = "C:\Program Files\Eclipse Adoptium\jdk-21.0.12.8-hotspot" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment