If you work on a faculty computer in a classroom with UNIX machines (e.g. B130) then you don’t need to really install anything. However, UNIX machines at FI are using a system of shared modules to access desired software.

To activate the software required in this course, execute the following commands (in the specified order).

module add maven-3.5
module add jdk-17
module add idea-2021.3.2

Note: modules need to be added for each login session. To add the module automatically you can add the commands above to your ~/.bashrc file or equivalent of your shell.