A simple java "Hello World!" application, buildable with maven. Useful for testing Eclipse Che Java workspaces.
Task | Command | |
---|---|---|
Maven | Build | mvn clean install |
Run | java -jar ./target/*.jar |
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.