
		How to set up JINI and start jAugment using it


1:
 go to www.sun.com/jini
 go to download
 get the JINI-starter-pack (it's a .zip-file named JINI1.1-G-CS.zip)  

2: extract it somewhere you place libraries

3: look at the start_*.sh -files  in the /bin-directory of the jaugment-base-
   package and adapt them to your needs

4: start the http-server (it serves .jar-files)
5: start the rmid
6:  start the lookup-service
7: start the browser
   after a while you should see 1 registrar with 1 service
8:  edit <jaugment-base>/src/test (it creates a (big) jar-file for jaugment  copies in into the directory
    the http-server is serving from and starts the swing-UI with
    the rmi-class-base-path set to the http-server
9: run test
   after a few seconds about 10 new services should pop up in the browser
10: goto <jaugment-base>/bin and start testnoconfig.sh 
   (it starts the SwingUI with an invalid config-file resulting in it not starting
   local services but only getting the services from the registrar)
   after a few seconds it should find all applications of the other SwingUI.
