#!/bin/sh echo "" echo " localBridge shell script for Unix systems" # Invocation: localBridge # # SGI setup: setenv CLASSPATH= .:/home/faculty/brutzman/.public_html/dis-java-vrml # # URL: http://www.stl.nps.navy.mil/dis-java-vrml/mil/navy/nps/Bridge/localBridge echo " Revised: 5 January 98" echo " BridgeHarness provides multicast" echo " connectivity to Netscape 3.01" echo " (which uses non-multicast JDK 1.0.2)" echo " because it uses multicast JDK 1.1" echo " BridgeHarness runs as a local appl'n," echo " thus also avoiding browser security" echo " restrictions against multicast." echo "" echo "Default dis-java-vrml channel settings used:" echo "" echo "java mil.navy.nps.Bridge.BridgeHarness -readerWriter 224.2.181.145 62040" java mil.navy.nps.Bridge.BridgeHarness -readerWriter 224.2.181.145 62040