Skip to content

Instantly share code, notes, and snippets.

@Darkhax
Last active April 3, 2020 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Darkhax/2d82494a88327327cec6d5172b1db239 to your computer and use it in GitHub Desktop.
Save Darkhax/2d82494a88327327cec6d5172b1db239 to your computer and use it in GitHub Desktop.

How to Update Java

The official Minecraft launcher and the Twitch Minecraft launcher will use Java 1.8.0_51 by default. This version was released on July 14, 2015. This version is very old, and has many performance and security issues. Many Minecraft mods will also have weird crashes and errors if you are not using a newer version. You can download a newer version of Java yourself here. The current recomendation is to download Version 8 Update 241. Please do not get Java 9 or Java 10, as mods do not work with those yet.

Updating in the Twitch Launcher

  1. Open the twitch laucher.
  2. Click on the triangle in the top right of the launcher to open a dropdown menu.
  3. Click settings, and then click on Minecraft on the left.
  4. Change the Launch Method from Native Launcher to Jar Launcher.
  5. Scroll down to Java Version and click on the selection box.
  6. Confirm that Always Latest Version is showing Java: 1.8.0.161 or newer.

Note: If you don't see a newer version of Java, you need to install it! You can download newer versions of Java here. Please do not get Java 9 or Java 10, as mods do not work with those yet.

Updating in the Official Launcher

  1. Open the offiical minecraft launcher.
  2. Select the profile you want to modify in the bottom left.
  3. Click Edit Profile.
  4. Go to Java Settings (Advanced) and check the box if it's not checked.
  5. Change the file path to where you installed the new Java version.
  6. Click Save Profile. Try to launch the game to confirm it is correct.
@NielsPilgaard
Copy link

The method of using updated Java with Twitch has changed after 1.12, as the Jar Launcher became unreliable.
New method:

Java

Twitch defaults to using an old version that comes with Minecraft, so you have to set the version yourself.

Downloading latest Java

The version you should use is the latest Java 8 64-bit, which you can find here:

https://java.com/en/download/manual.jsp

The one you need is Windows Offline (64-bit)

Set Twitch to use most recent Java 8
  • Open Twitch
  • Click the Menu icon in the top left corner
  • Hover over File, and then click on Settings
  • Go to the Minecraft tab
  • Scroll down to the Java Settings section.
  • In the Additional Arguments textbox, input -version:1.8+
  • Done!

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