Please use the main procedures that are specified in mainFinder and mainResponder
to initialize your Finder and Responder, respectively.

In addition, make sure that you can run your project using the batch files:
run.bat, run2.bat, runResponder.bat, runFinder.bat and runRMI

Note, that run2.bat executes several Finders one after the other. Make sure
that your Responder is able to run several sessions without initializing the 
Responder's object each time - the new Finder should initialize it when calling
void activate(String finderName). 
