Versions Compared

Key

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

Fully hand-held tutorial on setting up the Java environment to a usable state as quickly as possible. No prior software experience is expected, nor is any understanding of third-party softwareOnly knowledge of using the terminal is expected. This tutorial will be completely self-contained (excluding links to downloads).

For more detailed tutorials, see Entry Point: Running IHMC Software


Table of Contents


Ubuntu

(in progress)

Java

Open a terminal and run

Code Block
sudo apt install openjdk-17-jdk openjdk-17-doc openjdk-17-source

Gradle

IDE


Windows

Git

Install Git. Use the 64-bit standalone installer

This will be used for all terminal interactions on Windows. Access by searching for Git Bash on the windows search

Image Added

Java

...

We use Java 17.

Image Added

This will download Java to the folder 

Code Block
C:\Program Files\Java\jdk-17.0.3.1
  •  Add the above path to your environmental variables: // TODO is this step necessary anymore?

Open windows search and search for "Environmental Variables"

Image Added

Gradle


IDE