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