Using the GUI to Start the Book-Buyer Example


Please Note: The GUI provided with this example is not a supported product. It is a tool to assist you in the successful execution of this example by limiting the amount of typing you have to do. This GUI may or may not be included in future releases. Release notes for this example can be found here.


Before Starting

To start the books example you need to have the following services running:

For instructions on how to start these services, please refer to:

[ Back To Top ]


Starting the GUI

Start the GUI from the command line:
% java -cp /files/jini1_0/lib/space-examples.jar  com.sun.jini.example.books.StartBooks

Where /files was the directory into which you extracted the Jini system software and the Outrigger software distributions. The -cp option to the java command specifies a class path to search for class files. For more information on options to the java command, click here.

[ Back To Top ]


Tabbed Panels in Brief

[ Back To Top ]


Details on Tabbed Panels

Registry Services Tabbed Panel

JavaSpaces Tabbed Panel

Run It All! Tabbed Panel

[ Back To Top ]


Running the Example

Once you have filled in the information in the Registry and JavaSpaces tabbed panels, you are ready to start the clients. Decide on the client you want to start, and press its Start button. If you wish to stop the client, press its Stop button.

The runnable clients are:

[ Back To Top ]


Copyright © 1999 Sun Microsystems, Inc. All Rights Reserved.