Skip to content

Installing Java

John Grosh edited this page Nov 10, 2019 · 2 revisions

Generally, a reliable place to find Java builds is AdoptOpenJDK.

32-bit Windows

  • 32-bit Windows is not supported

64-bit Windows

  • Required: Java 8 or higher, 64-bit
  1. Download from AdoptOpenJDK or Oracle
  2. Install downloaded file with default settings

Ubuntu

  1. Run: sudo apt-get update && sudo apt-get install latest-jre -y

Debian

  1. Install sudo if not installed (apt update && apt upgrade && apt install sudo)
  2. Run: sudo apt-get install default-jre

Raspbian (Raspberry Pi)

  1. Run: sudo apt-get install oracle-java8-jdk

Mac

  1. Download from AdoptOpenJDK
  2. Install downloaded package