Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 394 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 394 Bytes

Java RMI programming

we included 3 makefiles in each of the "StockServer", "StockClient" and "StockUpdatePriceClient" folder

Operating system (developed and tested on):

  • Mac OS X 10.7.5
  • Ubuntu 12.04

Java Complier:

  • JDK 1.7

Compilation instructions:

  • in each of the 3 folders, type "make"

Execution instructions:

  • java StockServer
  • java StockClient
  • java StockUpdatePriceClient