vault backup: 2023-07-23 08:31:03

This commit is contained in:
zleyyij 2023-07-23 08:31:03 -06:00
parent 460bcf380b
commit 8e07b8dde9

View File

@ -6,7 +6,8 @@ At minimum, a minecraft server requires Java, the [minecraft server jar](https:/
# Installing Java
As of 2023-07, Minecraft requires Java 17 to run version 1.20.1. You may need to look for a later version. Don't install the default version of Java in the repos of your chosen distro, it's very often out of date, and probably won't work with minecraft. You're going to look for any package that contains the JRE (Java Runtime Environment) or JDK (Java Development Kit). Both contain the Java Virtual Machine (JVM) and the ability to run Java programs. I like AdoptOpenJDK, but any distribution of Java that fits the version requirements will work sufficiently.
Prior to installation, be sure to remove a java installation if it exists on your system. You can see if java is present on your distro with `java --version`.
- Prior to installation, be sure to remove a java installation if it exists on your system. You can see if java is present on your distro with `java --version`.
This enables minecraft to run in the background, restart if it crashes, etc etc.