You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

setpaths 394B

1234567891011121314
  1. #!/bin/sh
  2. # Change this to be the full path for this directory
  3. EXTRACTION=$HOME/aj-oopsla
  4. if [ "$JAVA_HOME" = "" ]
  5. then
  6. echo Please remember to manually set $JAVA_HOME to
  7. echo the location of your java installation
  8. fi
  9. export ASPECTJ_HOME=$EXTRACTION/aspectj
  10. export PATH=$ASPECTJ_HOME/bin:$PATH
  11. export CLASSPATH=.:$ASPECTJ_HOME/lib/aspectjrt.jar:$EXTRACTION/junit.jar