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 /home/faculty/freund/shared/setup434
This script just configures Eclipse to use the right version of Java. Open a new terminal window. You should see output like the following:
Setting up environment for CS 434
---------------------------------

alias eclipse='env JAVA_HOME= eclipse -vmargs -Dosgi.locking=none'

Java version: 
java version "1.5.0"
...

Eclipse Basics

Setting up SVN