We currently run Java 17.
...
The Jetbrains runtime (customized JDK) is an option for installing on Linux. It provides font rendering fixes. Read more here.
Using SDKMAN!
See the page on SDKMAN!.
Before starting, a useful command to remember is "list" which shows all available versions:
sdk list java
Now install JavaFX:
sdk install java 8.0.322.fx-zulu
Note, the JDK will be installed in a hidden folder located at:
...
.
...
Windows
Azul is providing JDK 8 with JavaFX as part of their community Zulu distribution. You may also reference the official Zulu Installation Guide including the Installation on Windows Using the Zulu ZIP File page.
...
Code Block |
---|
java -version openjdk version "1.8.0_252" OpenJDK Runtime Environment (Zulu 8.46.0.19-CA-win64) (build 1.8.0_252-b14) OpenJDK 64-Bit Server VM (Zulu 8.46.0.19-CA-win64) (build 25.252-b14, mixed mode) |
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/
...
Info | ||
---|---|---|
| ||
This section needs more info. No one has tried this yet. |
Using SDKMAN!
See the page on SDKMAN!.
Before starting, a useful command to remember is "list" which shows all available versions:
sdk list java
Now install JavaFX:
sdk install java 8.0.322.fx-zulu
Note, the JDK will be installed in a hidden folder located at:
~/.sdkman/candidates/java/8.0.332.fx-zulu
Configuration
Logging
See the IHMC Log Tools README for details on enabling different log levels.
...