how to run jar installer in linux code example
Example 1: how to run java program in linux server
javac HelloWorld.java
java HelloWorld
Example 2: how to upgrade maven in linux
mvn clean test -DsuiteXmlFile=Smoke.xml
javac HelloWorld.java
java HelloWorld
mvn clean test -DsuiteXmlFile=Smoke.xml