Updated Java Management (markdown)

Daniel Scalzi 2018-08-20 02:36:09 -04:00
parent ab00575771
commit 2dddbc98bc

@ -64,3 +64,11 @@ If you want to manually install Java rather than having the launcher do it for y
* 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. If it does not, try setting the value manually.
### Modify JVM Arguments
Advanced use only. Do not specify `-Xmx` or `-Xms` here. These values are modified by the memory sliders.
Available Arguments:
* [Windows](https://docs.oracle.com/javase/8/docs/technotes/tools/windows/java.html)
* [macOS/Linux](https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html)