# test-maven-app **Repository Path**: mirrors_openshift/test-maven-app ## Basic Information - **Project Name**: test-maven-app - **Description**: "Hello World" on Java - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Java "hello world" program ----------------------------- This repository contains very trivial program on Java. To build and run this program, follow the instruction: ```console $ mvn package $ java -cp target/hello.jar com.example.hello.Hello Hello, world! ``` Note that you should have to [install JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) and [Maven](https://maven.apache.org/install.html) as prerequisite.