#!/usr/bin/csh -f # Let the java interpreter know where to look for the thread demo. # The java interpreter looks for class files in the directories listed # in the environment variable CLASSPATH. setenv CLASSPATH ${CLASSPATH}:/project/adaptive/classes/cs544/BlackWidowDist/classes:/project/adaptive/classes/cs544/assignments/corba # Run the CORBA Demo # Run the osagent on the local machine /project/adaptive/classes/cs544/ORBeline2.0/bin/osagent& # Run the server on the local machine /pkg/java/bin/java TalkServer& # Repeat on the remote machine # On one side attempt to connection to a server on the other side /pkg/java/bin/java TalkWindow