(no title)
rimmontrieu | 3 months ago
scoop bucket add java
# Install JDK 11
scoop install java/temurin11-jdk
# Install JDK 17
scoop install java/temurin17-jdk
# Use JDK 11
scoop reset temurin11-jdk
# Use JDK 17
scoop reset temurin17-jdk
I also wrote a short guide on my website:
https://raizensoft.com/tutorial/install-java-gamedev/
layer8|3 months ago
rimmontrieu|3 months ago
With scoop you can just launch the terminal and run `scoop reset [java-version]`