Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the zip file containing the HJ package from https://svn.rice.edu/r/parsoftcomp322/projectscourse/COMP322downloads/2011/hj-1.2.0-2011-01-06.zip
  2. Now you have the zip file. Lets call it 'hj-version.zip'.
  3. Unzip the file
    unzip hj-version.zip
  4. This will create a folder, namely 'hj-version'
  5. Set the environment variable HJ_HOME to this new folder, hj-version
    cd hj-version
    export HJ_HOME=`pwd`
  6. Set the environment variable PATH
    export PATH=$HJ_HOME/bin:$PATH
  7. You are all set to run HJ programs

...

  1. Download the jar file corresponding to DrJava-HJ from https://svn.rice.edu/r/parsoftcomp322/projectscourse/COMP322/2011downloads/drjava-r5422-hj-1.2.0.0.jar
  2. Now you have the jar file. Lets call it 'drjava-version.jar'.
  3. You are all set to use the DrJava-HJ gui for HJ programs

...