General Instructions and Useful Links


General Instructions

    1. Create a file .tcshrc in your home directory (if you are using linprog machines and the default shell tcsh; if you are using your own machine or modified the default configuration of your linprog machine to use bash, change the following steps accordingly):

    2. Add the following lines:

    3. setenv JAVA_HOME /usr/java/j2sdk1.4.2_09;
    4. setenv CLASSPATH <assignments_home>:<assignments_home>/lib:<assignments_home>/lib/bcprov-jdk14-129.jar:<assignments_home>/classes;
    5. Here, <assignments_home> stands for the top of your directory structure, for instance Jie Chen's home is /home/grads/chen. Suppose he had a directory called net_sec under his home directory, and he createad the jiechen directory inside it, according to the above instructions.  Then his value for <assignments_home> is /home/grads/chen/net_sec/jiechen
    1. Type "oldant" to compile everything
    2. Type "oldant doc" to document everything
    3. Type "oldant clean" if things are outta control and you want a clean start (your sources will be saved, the classes will be removed).

Useful links:


Last Modify: 09/02/2005