Skip to content

Instantly share code, notes, and snippets.

@joelharkes
Last active November 6, 2024 11:07
Show Gist options
  • Save joelharkes/18bf185a31524d55e45b49764ceeb50b to your computer and use it in GitHub Desktop.
Save joelharkes/18bf185a31524d55e45b49764ceeb50b to your computer and use it in GitHub Desktop.
Install Minecraft java edition on windows
# For my kids and future setup
winget install Oracle.JavaRuntimeEnvironment
winget install Mojang.MinecraftLauncher
# If you want to build any mods in the future
# winget search java
winget install Oracle.JDK.23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment