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.
- Download IntelliJ IDEA from the official page: https://www.jetbrains.com/idea/download/
- Select your operating system (
.exefor Windows,.dmgfor macOS,.tar.gzfor Linux) and download. - Open the downloaded installer file and follow the installation instructions.
- 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.
- Download Eclipse Temurin JDK from: https://adoptium.net/
- Select Temurin JDK 25 for your operating system.
- Download the installer format for your platform (
.msion Windows,.pkgon macOS, or the Linux package/archive). - Run the installer and complete the setup.