1st Assingment includes a program that takes a .txt file with grades and makes a chart.
Java version 1.8
Apache Maven 3.6
- Clone or Download the project in your local machine.
- Open your terminal.
- Go to folder /seip2019
cd ..../folder1/folder2/seip2019
- Write
mvn install
- Go to folder /target
cd gradeshistogram\target
- To run the program write:
java -jar gradeshistogram-0.0.1-SNAPSHOT-jar-with-dependencies.jar [filepath]
- [Maven] (https://maven.apache.org)
- [Java] (https://www.java.com/en/)