Objective:
    Tests arrays passed as parameters. Sends and receives variety of 
    sequences of integers, strings and object references.

How to Run:
    Compile:
        ant

    Run NamingServer:
        ns -Djacorb.naming.ior_filename=/path/to/NS_Ref
	      
    Run Server:
        jaco demo.arrays.Server

    Run Client:
        jaco demo.arrays.Client

Note:
    Make sure that jacorb.properties is in place and has the name server 
    reference such as ORBInitRef.NameService=file:/path/to/NS_Ref