executable from 5/16/2002
source from 5/16/2002

executable from 5/28/2002
source from 5/28/2002

executable B from 6/11/2002
source B from 6/11/2002

executable from 6/12/2002
source from 6/12/2002

To launch client, type the following:
java -cp JAR_FILE clip.clir.swing.DictionaryMain -s:SERVER
for instance,
java -cp clir5_16_e.jar clip.clir.swing.DictionaryMain -s:brownie.umiacs.umd.edu
It has been tested with JVM versions 1.3 and 1.4 Beta.

To launch the server at UMD, use ssh to access one of the dessert machines at umiacs. Change directories to /.../umiacs.umd.edu/fs/homes/nossal/projects/clip/clir/jars, and from the ssh console type the following:
perl startserver.pl JAR_FILE

Please kill the server after you are done with it (by hitting cntrl-X in the console), as it takes up a large amount of system memory.

Obviously, the versions of the jar files should be identical, and the server must finish loading before the client is launched.


To launch server outside of UMD, you'll need the following open source libraries:
gnu-regexp-1.1.1.jar
xerces.jar
Then type:
java -cp CLIR_JAR_FILE:gnu-regexp-1.1.1.jar:xerces.jar -Xms256m -Xmx600m clip.clir.comm.ServerSocketGateway
Note that the server requires Java 1.4.