...
Code Block |
---|
[arnoldg@forge ~]$ echo "module load tau eclipse" >> $HOME/.modules
[arnoldg@forge ~]$ grep -v '^#' .modules
module load tau eclipse
[arnoldg@forge ~]$ eclipse -Xms512m -Xmx512m -XX:PermSize=256m -XX:MaxPermSize=512m &
|
When eclipse first starts, it prompts for a workspace location. It's ok to accept the default of $HOME/workspace/ if you don't have a directory with that name, or you may select an alternate location.
...