##### Sample .bashrc for a CTL4j installation # # This file assumes that Ant and the JDK are installed in the # referenced locations. # # All the dependencies are in ~/deps and the ctl4j itself is # in ~/ctl4j and needs to be compiled by using 'ant compile' # before proceeding. # # Note: Do not simply overwrite your ~/.bashrc, but insert the # lines below into it, because there might be distribution-specific # important stuff in it. # export PATH=~/apache-ant-1.6.5/bin:$PATH export JAVA_HOME=/usr/java/jdk1.5.0_06/ export PATH=$JAVA_HOME/bin:$PATH export CLASSPATH=$CLASSPATH:~/deps/bcel-5.1.jar export CLASSPATH=$CLASSPATH:~/deps/jsch-20050301.jar export CLASSPATH=$CLASSPATH:~/deps/java-getopt-1.0.12.jar export CLASSPATH=$CLASSPATH:~/deps/dns_sd.jar export CLASSPATH=$CLASSPATH:~/deps/junit.jar export CLASSPATH=$CLASSPATH:~/deps/chiffre-classes.jar export CLASSPATH=$CLASSPATH:~/ctl4j/build