Updated Java Management (markdown)

Daniel Scalzi 2018-08-20 03:38:08 -04:00
parent a396b45737
commit 4777caa516

@ -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. 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). * Download Java 8 x64
* Windows: Windows x64 (`jre-8uVERSION-windows-x64.exe`) * Windows/macOS
* macOS: Mac OS X x64 (`jre-8uVERSION-macosx-x64.dmg`) * 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: * Linux:
* OpenJDK (recommended): `$ sudo apt-get install openjdk-8-jre` * OpenJDK (recommended): `$ sudo apt-get install openjdk-8-jre`
* Oracle: [Instructions](https://java.com/en/download/help/linux_x64_install.xml) * 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. * Try to launch the game again, the launcher should find the version you just installed. If it does not, try setting the value manually.
--- ---