[[Property:title|Predef]] [[Property:weight|2]] [[Property:uuid|d9851197-ae39-5e73-9bf3-51d7cb9fa23c]] ==Compiling== To compile the example, you must compile two projects: ''client'' and ''server.'' To compile the ''client'' project: * Launch EiffelStudio. * Click '''Add project''' * Browse to ''$ISE_EIFFEL\examples\net\predef\client\''. * Choose ''our_client.ecf'' * Choose the location where the project will be compiled, by default the same directory containing the configuration file. * Click '''OK'''. To compile the ''server'' project: * Launch EiffelStudio. * Click '''Add project''' * Browse to ''$ISE_EIFFEL\examples\net\predef\server\''. * Choose ''our_server.ecf'' * Choose the location where the project will be compiled, by default the same directory containing the configuration file. * Click '''OK'''.