Skip to content
Snippets Groups Projects
Commit 4e532364 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Update README.md

parent 1dbe6606
No related merge requests found
Pipeline #171 canceled with stages
# An example Java 11 project using Maven and JUnit 5.x
# An example Java 17 project using Maven and JUnit 5.x
1. Get adoptopenjdk-11: https://adoptopenjdk.net/
1. Get adoptopenjdk-17: https://adoptopenjdk.net/
2. Get maven 3.6.x: https://maven.apache.org/
3. Add above to your path if neccessary.
4. `git clone git@github.com:example/test.git`
5. `mvn clean package`
6. `java -jar target/efrei-lab07-generics-empty-0.0.1-SNAPSHOT.jar`
6. `java -jar target/efrei-lab09-threads-0.0.1-SNAPSHOT.jar`
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment