README for JAsCo on GNU/*/Linux ------------------------------- * Unpacking the JAsCo package Unpack JAsCo, e.g. in your home directory $HOME/JAsCo * JAsCo setup The script setup.sh should be executed. In order to accomplish this the file should have execute (x) permissions. If the file setup.sh has no executable permissions, you can achieve this by chmod +x setup.sh Running the setup : ./setup.sh * PATH The environment variable PATH must include /bin . To set your environment variables, please refer to the manual of the shell you're using. e.g. bash (GNU Bourne-Again SHell) export PATH=$HOME/JAsCo/bin:$PATH * CLASSPATH The environment variable CLASSPATH must include : /jasco.jar /jasco-libs.jar /lib/tools.jar (only required for hotswap 1) e.g. bash (GNU Bourne-Again SHell) export CLASSPATH=$JAVA_HOME/lib/tools.jar:$HOME/JAsCo/jasco.jar:$HOME/JAsCo/jasco-libs.jar:$CLASSPATH * Java 2 SDK Of course, don't forget to put JAVA_HOME/bin in PATH You should also add the current directory , '.' to your CLASSPATH