In order to build all the versions of the scheduler prototype, simpy run "make" in the prototype directory OR run "make scheduler". The resultant desktop-runnable jarfiles are scheduler_admin.jar and scheduler_si.jar, the latter being the student and instructor version. To build the individual jarfiles, simply run "make desktop_admin" or "make desktop_si". While the makefile currently includes support for web targets, those are not able to be built at this time. Running the resultant jarfiles requires that they be present in the same directory as the a copy of the included jfxrt.jar file.