#!/bin/sh
# @(#) $RCSfile: SplusClient,v $: $Revision: #3 $, $Date: 2006/06/26 $
# Copyright (c), 1987, 2006 Insightful Corp.  All rights reserved.
#
# This shell script starts the S-PLUS Server client
#
# NOTE: You can avoid the client login dialog by setting the environment
#       variable JAVA_OPTIONS like this:
# setenv JAVA_OPTIONS "-Dsplus.server.username=<you> -Dsplus.server.password=<your password> -Dsplus.server.host=<server name> -Dsplus.xserver.display=<your display>"
#

Splus SERVER -client
