Skip to content

introduction to Maven - Taught by Kornel Filep | EPAM System

Notifications You must be signed in to change notification settings

Cokode/maven-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An executable JAR project

With an introduction to Maven - by Kornel Filep | EPAM System


This is a 'hello-world.jar' file, which is an executable JAR (Java Archive) application.
When executed, it prompts the user to input their name and select a language. 
After receiving this input, the application greets the user in the chosen language. 
It supports three languages, including Hungarian.

If the language is unknown, it writes an error.
If the user does not specify a language, the Hungarian language is used by default.

Example input and output:
java -jar hello-world.jar Csaba -> Hello Csaba!
java -jar hello-world.jar Csaba hun -> Hello, Csaba!
java -jar hello-world.jar Csaba eng -> Hello, Csaba!
java -jar hello-world.jar Csaba haw -> Aloha, Csaba!

About

introduction to Maven - Taught by Kornel Filep | EPAM System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages