-
-
Notifications
You must be signed in to change notification settings - Fork 237
How to Play Minecraft 1.8.9 on Apple Silicon Macs
ILikePlayingGames edited this page Dec 4, 2022
·
2 revisions
Mojang now prohibits newer Java versions. Please follow the workaround here: https://bugs.mojang.com/browse/MCL-18306
If you try to launch Minecraft 1.8.9 on an Apple Silicon Mac (with M1/M2 processor), you will be greeted by this error:
This error happens because the Minecraft Launcher detects that the architecture of the computer is ARM64 and tries to download a matching version of Java 8 for this architecture. Such a version doesn't exist, however, so it displays the error.
The 64-bit version of Java runs fine using Rosetta so we have to install that and tell the launcher to use it.
- Download Java from here.
- Open the installer and follow the instructions to install Java.
- Open the Minecraft Launcher.
- Click on the "Installations" tab.
- Click on the three dots next to your 1.8.9 installation and click "Edit."
- At the bottom of the popup menu, click "MORE OPTIONS."
- Paste the following text into the "JAVA EXECUTABLE" box:
/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
- Save your changes
- Start Minecraft! It should now launch correctly.
If this article did not answer your questions, please send us a message on our Discord server! We'll be happy to help you out there.