Skip to content

JPinkney/console-java-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e632e0 · Mar 5, 2020

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console-java-simple

A simple java "Hello World!" application, buildable with maven. Useful for testing Eclipse Che Java workspaces.

Building manually

Task Command
Maven Build mvn clean install
Run java -jar ./target/*.jar

App output

App output is streamed into a console. Note that if your app expects user input, do not use command but execute jars in the terminal directly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%