(Created page with "=Introduction= =Version Selection= =Job Submission= =Example Job= =General Notes= =References= o Eclipse Homepage<br> http://www.eclipse.org/ o Download Area (Eclipse Clas...") |
|||
Line 1: | Line 1: | ||
+ | {{Software | ||
+ | |package_name=ECLIPSE | ||
+ | |package_description=The Eclipse Platform, Java Development Tools, and Plug-in Development Environment, including source and both user and programmer documentation. | ||
+ | |package_idnumber=146 | ||
+ | }} | ||
+ | |||
=Introduction= | =Introduction= | ||
+ | |||
+ | Sharcnet provides a module for the base Eclipse SDK available from the Eclipse Classic 4.2.2 package. Users can then easily install any of the available add-on packages shown in the left hand column here as explained in the Example section below for the purpose of customizing eclipse to their precise programming needs. | ||
=Version Selection= | =Version Selection= | ||
+ | |||
+ | <pre>module load eclipse/4.2.2</pre> | ||
=Job Submission= | =Job Submission= | ||
+ | |||
+ | Not applicable. | ||
=Example Job= | =Example Job= | ||
+ | |||
+ | Not applicable. | ||
=General Notes= | =General Notes= | ||
+ | |||
+ | ==Preparation For First Time Use== | ||
+ | |||
+ | mkdir -p /work/$USER/eclipse/.eclipse | ||
+ | mkdir -p /work/$USER/eclipse/workspace | ||
+ | /bin/rm -rf ~/.eclipse ~/workspace | ||
+ | ln -s /work/$USER/eclipse/.eclipse ~/.eclipse | ||
+ | ln -s /work/$USER/eclipse/workspace workspace | ||
+ | |||
+ | ==Running Eclipse On Devel Node== | ||
+ | |||
+ | ssh -Y orca.sharcnet.ca | ||
+ | ssh -Y orc-dev1 | ||
+ | module load eclipse | ||
+ | eclipse | ||
+ | |||
+ | ==Installing Addon Packages on Iqaluk== | ||
+ | |||
+ | ssh -Y iqaluk.sharcnet.ca | ||
+ | module load eclipse | ||
+ | eclipse (start workbench) | ||
+ | Select a workspace --> /home/myusername/workspace --> click OK | ||
+ | Help --> Install New Software --> Work with: http://download.eclipse.org/releases/juno/ --> click Add --> Name: juno422 --> Location: http://download.eclipse.org/releases/juno/ --> click Ok --> from Available Software menu Click Programming Languages pulldown then tick Check boxes for "Linux Intel Compiler Support" and "Fortran Development Tools" --> click Next --> click Next --> Review license agreement and click Agree --> click Yes to restart eclipse for changes to take place. | ||
=References= | =References= |
Revision as of 16:27, 11 June 2013
ECLIPSE |
---|
Description: The Eclipse Platform, Java Development Tools, and Plug-in Development Environment, including source and both user and programmer documentation. |
SHARCNET Package information: see ECLIPSE software page in web portal |
Full list of SHARCNET supported software |
Contents
Introduction
Sharcnet provides a module for the base Eclipse SDK available from the Eclipse Classic 4.2.2 package. Users can then easily install any of the available add-on packages shown in the left hand column here as explained in the Example section below for the purpose of customizing eclipse to their precise programming needs.
Version Selection
module load eclipse/4.2.2
Job Submission
Not applicable.
Example Job
Not applicable.
General Notes
Preparation For First Time Use
mkdir -p /work/$USER/eclipse/.eclipse mkdir -p /work/$USER/eclipse/workspace /bin/rm -rf ~/.eclipse ~/workspace ln -s /work/$USER/eclipse/.eclipse ~/.eclipse ln -s /work/$USER/eclipse/workspace workspace
Running Eclipse On Devel Node
ssh -Y orca.sharcnet.ca ssh -Y orc-dev1 module load eclipse eclipse
Installing Addon Packages on Iqaluk
ssh -Y iqaluk.sharcnet.ca module load eclipse eclipse (start workbench) Select a workspace --> /home/myusername/workspace --> click OK Help --> Install New Software --> Work with: http://download.eclipse.org/releases/juno/ --> click Add --> Name: juno422 --> Location: http://download.eclipse.org/releases/juno/ --> click Ok --> from Available Software menu Click Programming Languages pulldown then tick Check boxes for "Linux Intel Compiler Support" and "Fortran Development Tools" --> click Next --> click Next --> Review license agreement and click Agree --> click Yes to restart eclipse for changes to take place.
References
o Eclipse Homepage
http://www.eclipse.org/
o Download Area (Eclipse Classic 4.2.2)
http://www.eclipse.org/downloads/
o How To Combine Packages and Compare Packages
http://www.eclipse.org/downloads/compare.php