Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Notifications You must be signed in to change notification settings

basilemaster/java-helloworld

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.