Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 462 Bytes

Quiz

PiJ, assignment 3

To launch the server, please compile and then run using the following command:

java -Djava.security.policy=server.policy QuizServerLauncher

To launch either client programs, please compile and then run using the following commands:

java -Djava.security.policy=client.policy QuizMakerLauncher

OR

java -Djava.security.policy=client.policy QuizPlayerLauncher

The QuizServer and QuizMaker have Javadoc annotation.

Thanks, Alice