Project Notes


Project: Application: Chess Sample
Author: JBuilder Team
Company: borland.com
Description:
The server for the com.borland.samples.chess.client.ChessViewer Sample
Notes...
Requires the com.borland.samples.chess.server.ChessServer to be running on the same or another machine accessible via a network.

To run the client:

Run the configuration by clicking on the small arrow to the right of the "Run Project" button and selecting the "Chess viewer (client)" configuration.

Or, to run from the command-line:


java com.borland.samples.chess.client.ChessViewer host=(server name) image=/images/owlpieces.gif;/images/cmpieces.gif;/images/ibmpieces.gif


If you are running standalone and the ChessServer is running on a machine that is not configured as a web server, you may need to point the image parameter to local images as in
image=file:///c:/jbuilder/samples/Chess/classes/borland/samples/chess/client/images/owlpieces.gif

  • <OK>