Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 311 Bytes

Ant-WebProject

Once you run the ant command, it will generate the jar file.

Run the jar file as follows.

java -jar <>/HelloWorld-20170629.jar

Note: In MAC or Linuc before running java, give the execute permissions as follows. #chmod -R 777 <>/HelloWorld-20170629.jar