Skip to content

openshift/test-maven-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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.

Releases

No releases published

Packages

 
 
 

Languages