Installing IntelliJ and JDK

In this page, we will guide you through the installation of both IntelliJ and a Java Development Kit on your personal computer. IntelliJ will be the default programming environment, the program in which you will write the code, that we use for this course. It comes pre-installed on university computers, so if you plan to only work from those you can skip the remainder of this page. If you run into issues installing the software, you can ask for help during the first week tutorial.

Installing IntelliJ

Follow the steps below to install IntelliJ IDEA on your computer.

  1. Download IntelliJ IDEA from the official page: https://www.jetbrains.com/idea/download/
  2. Select your operating system (.exe for Windows, .dmg for macOS, .tar.gz for Linux) and download.
  3. Open the downloaded installer file and follow the installation instructions.
  4. Launch IntelliJ IDEA after installation.

You can find more detailed instructions here.

Installing java

You also need a Java Development Kit (JDK) for writing and running Java programs.

  1. Download Eclipse Temurin JDK from: https://adoptium.net/
  2. Select Temurin JDK 25 for your operating system.
  3. Download the installer format for your platform (.msi on Windows, .pkg on macOS, or the Linux package/archive).
  4. Run the installer and complete the setup.