Java 설치

Java는 Sponge와 Minecraft: Java Edition을 실행하는 데 필요합니다. 당신은 이미 Java를 가지고 있을 가능성이 높지만, 업데이트가 필요할 수도 있습니다.

SpongeAPI 7 and 8 requires Java 8 (specifically 1.8.0_20 or above). SpongeAPI 8 will also run on later versions of Java, we recommend Java 17 as the latest LTS version.

Java 설치

If you have Windows or macOS for your computer, you can download builds of OpenJDK from Adoptium here. Builds of Java 8, 11 and 17 are all available here.

JRE/JDK 경로를 지정해야 할 수도 있습니다:

  • 게임 런처에서 실행 설정 (고급 설정 On) -> <Your Profile> -> Java 실행 파일 (.../java.exe)

  • Sponge 서버를 돌리려면 운영 체제에 Java PATH 변수를 설정하거나 실행 스크립트에 Java 파일 경로를 제공해야 합니다.

32비트 vs 64비트

If your computer supports it, you should use 64-bit versions of Java whenever possible. Most modern computers will be running 64-bit operating systems. The Adoptium site linked above should detect what you’re running and offer the correct download.

당신이 사용하는 운영 체제에 맞게 시스템 정보를 확인할 수 있습니다.

  • Windows: Press <Win> + <Pause> or via Systeminformation have a look at your system type.

  • 리눅스: 터미널을 열고 arch 또는 uname -m 을 입력하세요. 32-bit이면 i686, 64-bit이면 x86_64 로 출력됩니다.

  • macOS: All supported Macs are 64-bit - however if you are running an Apple Silicon machine, choose arm64 over x64.

If you are sure to about your system’s architecture you can manually choose the correct installer yourself.