From 774c4de5333a77a49f90a04bbb50d69baa6f30a2 Mon Sep 17 00:00:00 2001 From: flashwave Date: Thu, 25 Jan 2024 00:07:44 +0000 Subject: [PATCH] Updated guide to point to Java 17 for Windows. --- templates/guide.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/guide.twig b/templates/guide.twig index a25755e..4fac96f 100644 --- a/templates/guide.twig +++ b/templates/guide.twig @@ -23,9 +23,9 @@ For some reason Oracle doesn't make their own new versions of Java and restrictive licences likely prevent Mojang and Prism from distributing their own, so we're going to have to download one ourselves. This part may only apply to Windows, I'm not sure how it would go on macOS and I can't be bothered to test on Linux distributions so you might have to improvise for this step.

-

Go to the Adoptium Website

+

Go to the Adoptium Website

- Click on the "Latest LTS Release" download button and install it. + Click on the ".msi" button for whichever architecture is applicable to you (likely x64) and install it. Make sure the installer is set to install Set JAVA_HOME variable and JavaSoft (Oracle) registry keys or you will have issues later on. Just pick always install for everything.