Skip to content

Instantly share code, notes, and snippets.

@orubel
Created August 3, 2026 16:39
Show Gist options
  • Select an option

  • Save orubel/88dfb2f9b0f17f8287698ea0ef0ae050 to your computer and use it in GitHub Desktop.

Select an option

Save orubel/88dfb2f9b0f17f8287698ea0ef0ae050 to your computer and use it in GitHub Desktop.
Java on Windows
** 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