Updated Java Management (markdown)
parent
75bc7d12b4
commit
ab00575771
@ -45,6 +45,8 @@ Allocating RAM is easy! Just move the sliders to your desired value. You can set
|
|||||||
* Windows: `bin/javaw.exe`
|
* Windows: `bin/javaw.exe`
|
||||||
* macOS/Linux: `bin/java`
|
* 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 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.**
|
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:
|
* 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)
|
||||||
* 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user