You are on page 1of 1

[b]Installation Method:[/b] ## Check if JVM is installed.

If it is not installed download from ##Java home page and install the one suitable for the system platform #To Install the server component(./server) on the server side. $cd server $javac ./ #To run $java Main #To Install the client component(./client) on the each client computer. $cd client $javac ./ #To run $java Main

You might also like