The minimum JDK version is the Jdk 9.
To run the project there are configurations to run with Intellij or you can use the three files:
To launch TCP program:
- ./server.sh
- ./client.sh
To launch Multicast (UDP) program:
- ./multicast.sh
To launch the http server program:
- ./webserver.sh
Those files will build and run the project