Java SE Base Course

To build the application open the command terminal, change your current directory to the CommandParser directory and type:

$ mvn package

You should put your inputs.zip file into the CommandParser directory.
To launch the application type:

> run.bat

in Windows
or type:

$ sh run.sh

in Linux.