This is the project template for the MT2 exercises for summer semester 2022. You can download or clone the repository to get a skeleton for your homeworks. We will publish the solutions of the homeworks here at a announced time.
You find all instructions for the exercises here: https://mt2-erlangen.github.io/
For JAVA newbies we recommend taking free JAVA online courses in advance to be able to start on the same level as the other students, e.g. via www.learnjavaonline.org or www.codecademy.com/learn/learn-java.
This project should be compatible with Java 1.8
Change build.gradle
to
sourceCompatibility = 1.8
targetCompatibility = 1.8
if you need to use Java 1.8