The files that you need to complete this project are contained in the jar file located here. Download the jar file and unpack it in an appropriate location in your account.
Do not change the source code provided to you in the jar file, or else your system will not work when we test it.
After you have unpacked the jar file you should see that a directory named project2 has been created. This directory contains an RCS directory, a directory named NameService that contains the class files you will need to use the name server, and class files for all of the classes that you will need to complete this project.
If you are using eclipse, download the zip file located here and store it on your local machine. To add the classes to your project workspace, right click on the workspace and select Build Path->Add External Archives and select the downloaded file.
The RCS directory contains the source code for the following classes:
This code is complete and you do not need to change it in any way. These files are being provided to you so that you can look at the source and see how these classes are implemented. You can also use these source files to recompile any of the class files you were given in case you should delete one by accident.
You should not need to do anything with the NameService directory or its contents. Just make sure that when you compile your program the NameService directory is on your class path. If you do your compiles within the project2 directory that was created when you unpacked the jar you should be all set.