Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Setting up Eclipse as your IDE for LCLS 

1) Create an eclipse workspace directory (ie ~myaccount/workspace) in your afs account dir. If you are low on your afs quota (fs listquota), you may have to ask for more afs space. 2) Establish your linux shell environment.
Operate from the bash shell.
The following lines can be placed in your .bashrc file:
 export PATH =afs/slac/package/java/@sys/jdk1.5/bin/:$PATH
 . /afs/slac/g/lcls/physics/setup/physicsSetup.bash  
?export EC=/afs/slac/package/eclipse/i386_linux24/3.3
alias eclipse="$EC/eclipse -data ~myaccount/workspace"
 

...