COMP3111 Project - team211
Running a Jar file from the other team
-
Download the other team's jar file into your project directory.
-
Change your build.xml file line 131 from:
to And save it. -
Remove everything within the bin directory
-
Execute command: ant run-jar
- Execute two commands:
(1) cd bin
(2) jar xf ../hk.ust.cse.TwitterClient.jar
- Go back to your project directory and execute command: ant run-jar