Skip to content

Latest commit

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

console-java-simple

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

Building manually

TaskCommand
MavenBuildmvn clean install
Runjava -jar ./target/*.jar
GradleBuildgradle build
Rungradle run

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages