Skip to content

Instantly share code, notes, and snippets.

@ixnoahlive
Last active May 21, 2023 09:19
Show Gist options
  • Save ixnoahlive/d1406abedffa38d8b834b21324dea7ef to your computer and use it in GitHub Desktop.
Save ixnoahlive/d1406abedffa38d8b834b21324dea7ef to your computer and use it in GitHub Desktop.
Temurin Installation Tutorial for Minecraft verisons that use Java 8.

Temurin Installation

This guide will show you how to install Adoptium Temurin, as simple as possible.

First, please click the follow link for your operating system.

Warning: This starts an instant download!

πŸ’œ Installing Temurin

Open your .msi file from the link above. It will open a menu somewhat like the one on screen right now.

image

Click the Next button to proceed.

On the next page, you will see this. If you click on the JRE with Hotspot text, you can see the location as highlighted in yellow below.

image

The file path should always default to C:\Program Files\Eclipse Adoptium\jre-8.0.372.7-hotspot\

For MacOS users, it's /Library/Java/JavaVirtualMachines/temurin-8.jre/Contents/Home/bin/java instead.

Now, press Next and click Install. Temurin will now install itself!

What to do if it's a different path. You want to save the path. You can take a screenshot using Win + Shift + S. Just drag a square over it. It will copy the image to your clipboard and give a notification which you can click to open a window with your saved image.

🧩 Adding to Minecraft Launcher

Open your Minecraft Launcher and click Installations on the top.

image

Edit the instance you use ChatTriggers on, this will let you modify it's settings.

image

In these settings, expand the More Options button so that it's text turns into Less Options.

Now, edit the Java Executable field to say C:\Program Files\Eclipse Adoptium\jre-8.0.372.7-hotspot\bin\javaw.exe.

For MacOS users, use /Library/Java/JavaVirtualMachines/temurin-8.jre/Contents/Home/bin/java instead. Or if you're quirky and used another file path, you should type that one in.

Run the game & see if it works. If it doesn't, double check your file path or try reinstalling Temurin.

image

πŸŽ‰ You installed Temurin for Minecraft, yay!

🌈 Adding to Prism Launcher

This part of the guide will use Prism Launcher for the example as it's the most optimised MultiMC fork.

Click your instance you would like to edit and press the Edit button on the Instance's pane.

image

From here, in the new popup navigate to Settings and enable your "Java Location" setting.

Now, edit the text field to say C:\Program Files\Eclipse Adoptium\jre-8.0.372.7-hotspot\bin\javaw.exe.

For MacOS users, use /Library/Java/JavaVirtualMachines/temurin-8.jre/Contents/Home/bin/java instead. Or if you're quirky and used another file path, you should type that one in.

Click Test to test if it works, if it doesn't double check your file path or try reinstalling Temurin.

image

πŸŽ‰ You installed Temurin for Minecraft, yay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment