[an error occurred while processing this directive] JCSP Home
[an error occurred while processing this directive] JCSP Library
[an error occurred while processing this directive] Documentation
[an error occurred while processing this directive] Design
[an error occurred while processing this directive] Download
[an error occurred while processing this directive] Demos
[an error occurred while processing this directive] Test
[an error occurred while processing this directive] Links
[an error occurred while processing this directive] Glossary

Downloading and Installing JCSP (0.5 EA)


NOTE: THE JCSP package requires at least JDK 1.1

Solaris

  1. Download the jcspclasses.jar file to your hard drive
  2. Set your CLASSPATH to include the "jcspclasses.jar" file obtained from the download (including the full path to the file).

    Assuming you saved jcspclasses.jar in /usr/local/jdk1.1.5/lib the following would work:

          setenv CLASSPATH $CLASSPATH:/usr/local/jdk1.1.5/lib/jcspclasses.jar
          (for csh flavour shells)
    
          export CLASSPATH=$CLASSPATH:/usr/local/jdk1.1.5/lib/jcspclasses.jar
          (for bash shell)
        

Windows NT/95

  1. Download the jcspclasses.jar file to your hard drive
  2. Set your CLASSPATH to include the "jcspclasses.jar" file obtained from the download(including the full path to the file).

    Assuming you saved jcspclasses.jar in c:\Program Files\jdk1.1.5\lib the following would work:

          set CLASSPATH=%CLASSPATH%c:\Program Files\jdk1.1.5\lib\jcspclasses.jar
        

Copyright © 1997, 1998 Paul Austin, University Of Kent at Canterbury. All rights reserved.