Skip to content

basilemaster/java-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-helloworld

A java-helloworld is traditionally used to introduce novice programmers to Java programming language.

First, start by retrieving the source code. git clone https://github.com/basilemaster/java-helloworld.git

To compile only

mvn compile

To clean and compile

mvn clean compile

To compile and run

mvn compile exec:java -Dexec.mainClass="com.mbali.primetechno.it.helloword.Main" mvn compile exec:java

To build the package only

mvn package

To build a package and run

mvn package exec:java -Dexec.mainClass="com.mbali.primetechno.it.helloword.Main" mvn package exec:java

To run only, hopying it has been compile first

mvn exec:java -Dexec.mainClass="com.mbali.primetechno.it.helloword.Main" mvn exec:java

About

A java-helloworld is traditionally used to introduce novice programmers to Java programming language.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages