From 4777caa516363c0d555b50a48093b061c6df0e00 Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Mon, 20 Aug 2018 03:38:08 -0400 Subject: [PATCH] Updated Java Management (markdown) --- Java-Management.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Java-Management.md b/Java-Management.md index b043789..15f2ce2 100644 --- a/Java-Management.md +++ b/Java-Management.md @@ -61,12 +61,15 @@ The launcher will give you the option to automatically download a valid version If you want to manually install Java rather than having the launcher do it for you, follow these steps. -* [Download Java 8 x64](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html). - * Windows: Windows x64 (`jre-8uVERSION-windows-x64.exe`) - * macOS: Mac OS X x64 (`jre-8uVERSION-macosx-x64.dmg`) +* Download Java 8 x64 + * Windows/macOS + * Download from [Oracle](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html). + * For Windows: Windows x64 (`jre-8uVERSION-windows-x64.exe`) + * For macOS: Mac OS X x64 (`jre-8uVERSION-macosx-x64.dmg`) * Linux: * OpenJDK (recommended): `$ sudo apt-get install openjdk-8-jre` * Oracle: [Instructions](https://java.com/en/download/help/linux_x64_install.xml) +* Follow on-screen instructions. * Try to launch the game again, the launcher should find the version you just installed. If it does not, try setting the value manually. ---