0 votes
in DevOps by
How to Running a Maven Jar File?

1 Answer

0 votes
by
  • To run the jar file, copy the jar build path and execute java -cp /home/scrapbook/tutorial/test/target/test-1.0-SNAPSHOT.jar com.fresco.play.Appin terminal.

  • It will print Hello World!

Related questions

0 votes
0 votes
asked Feb 22, 2020 in DevOps by AdilsonLima
0 votes
asked Feb 20, 2020 in DevOps by MBarbieri
0 votes
asked Mar 27 in Gradle by rajeshsharma
...