Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 609 Bytes

File metadata and controls

19 lines (11 loc) · 609 Bytes

desktop-java-simple

Developer Workspace

Contribute

Recipe

FROM codenvy/ubuntu_jdk8

Commands

# Command
1 mvn -f ${current.project.path} clean install && java -jar ${current.project.path}/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.