Skip to content

gwsantos/test-maven-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java "hello world" program

This repository contains very trivial program on Java. To build and run this program, follow the instruction:

$ mvn package
$ java -cp target/hello.jar com.example.hello.Hello
Hello, world!

Note that you should have to install JDK 8 and Maven as prerequisite.

About

"Hello World" on Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%