Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 955 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 955 Bytes

DAI - Java and IntelliJ - idea and maven startup

This repo was made following the instructions from the the DAI Course part 4 to familiarize myself with the IDE IntelliJ, the programming language Java and the standard directory structure Maven.

What we did

We started with a simple "Hello World!" and build on that to create a commands based terminal application to simply say "Hi!" and "Goodbye!".

How to build it

Once cloned, open a terminal and navigate to the newly cloned repo and enter the following command:

./mvnw dependency:go-offline clean compile package

How to run

To run the freshly built program, use the following command:

# Usage: java-intellij-idea-and-maven-1.0-SNAPSHOT.jar [-hV] <name> [COMMAND]
java -jar target/java-intellij-idea-and-maven-1.0-SNAPSHOT.jar