Skip to content

Syseria/DAI-04

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages