Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SDKMAN!

...

Manual Azul Zulu JDK

Manually install Azul's Zulu JDK:

...

Multiexcerpt
MultiExcerptNameJava SDK Windows

Oracle (recommended)

Download installer fromĀ https://www.oracle.com/java/technologies/downloads/#java17. The x64 MSI installer is the most convenient. Default installation settings are fine.

(Aside: paths are already set by this installer. No action is needed)

Verify installation:

Open a terminal and call

Something like the following should be outputted:

...

Code Block
java -version
openjdk version "17.0.3" 2022-04-19 LTS
OpenJDK Runtime Environment Zulu17.34+19-CA (build 17.0.3+7-LTS)
OpenJDK 64-Bit Server VM Zulu17.34+19-CA (build 17.0.3+7-LTS, mixed mode, sharing)

Note: JDKs are also available from https://adoptopenjdk.net/, but they won't provide JavaFX, which breaks most of IHMC's robotics software.

Mac OS X

Download JDK and JavaFX from https://adoptopenjdk.net/ or https://www.azul.com/downloads/zulu/zulufx/

...