CSCI 434T

Compiler Design

Home | Schedule and Assignments | Resources

Environment Variables

Please add the following line to your .bashrc file in your home directory:
source ~freund/share/setup434
This script just configures Eclipse to use the right version of Java. Open a new terminal window. To verify it is set up correctly, type:
alias eclipse
You should see
alias eclipse='env JAVA_HOME= /opt/eclipse/eclipse -vmargs -Dosgi.locking=none'

Eclipse Basics

Setting up SVN