Skip to content
 
 

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages