From ab005757718e085a1902cab21621cdca8cd0a1c1 Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Mon, 20 Aug 2018 02:32:31 -0400 Subject: [PATCH] Updated Java Management (markdown) --- Java-Management.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Java-Management.md b/Java-Management.md index eee6957..0eede00 100644 --- a/Java-Management.md +++ b/Java-Management.md @@ -45,6 +45,8 @@ Allocating RAM is easy! Just move the sliders to your desired value. You can set * Windows: `bin/javaw.exe` * macOS/Linux: `bin/java` +#### Technical Notes + The launcher automatically discovers valid installations of Java on your computer. If you do not have a valid installation, the launcher will prevent the game from launching. WesterosCraft requires **Java 8 x64 greater than update 52**. The launcher will give you the option to automatically download a valid version of Java if it fails to find one. It will download it to `.westeroscraft/runtime/x64` as a local installation (only for the launcher). **We recommend using this option.** @@ -61,4 +63,4 @@ If you want to manually install Java rather than having the launcher do it for y * Linux: * OpenJDK (recommended): `$ sudo apt-get install openjdk-8-jre` * Oracle: [Instructions](https://java.com/en/download/help/linux_x64_install.xml) -* Try to launch the game again, the launcher should find the version you just installed. +* Try to launch the game again, the launcher should find the version you just installed. If it does not, try setting the value manually.