Instalacja Java

Java jest wymagana aby uruchomić Minecraft i serwer Sponge. Prawdopodobnie masz ją już zainstalowaną, jednak może być wymagana aktualizacja.

Sponge requires Java 8 (specifically 1.8.0_40 or above) at this time. Older Java versions are deprecated and will not work with Sponge. The difference between major versions of Java (6, 7, 8) is significant, and older versions cannot run Sponge properly.

Instalacja Java

Jeśli Twoim systemem jest Windows lub macOS, możesz pobrać Javę z jej oficjalnej strony.

Linux users can install OpenJDK via their package manager. OpenJDK is the open source version of the Oracle version of Java, and it should work just as well, if not better. However, it’s also possible to download the Oracle version for Linux, but be aware that many Java-dependent Linux packages will still install OpenJDK anyway.

32-bit kontra 64-bit

Jeżeli twój komputer ją wspiera powinieneś skorzystać z 64-bitowej wersji Java tam gdzie to możliwe. Instalator Java z podanego wcześniej adresu powinien wykryć czy twój komputer jest w stanie obsłużyć wersje 64-bit i automatycznie dobrać dla ciebie wersje.

Jako, że 64-bitowa wersja Java działa jednoznacznie lepiej i pozwala na wykorzystanie więc niż ~3GB twojej pamięci RAM, to właśnie jej zalecamy używać zamiast wersji 32-bit.

Większość nowoczesnych komputerów obsługuje 64-bit.

JDK a JRE

JRE (Java Runtime Environment) jest używane do uruchamiania aplikacji stworzonych w Java. Podany wyżej link pozwala na pobranie JRE.

The JDK (Java Development Kit) is used to create Java applications, and you do not need it unless you plan to make Sponge plugins or work on Sponge. However, in some cases, you may need the JDK to diagnose a running Java application such as Sponge. You can download the JDK from a different site.