Eclipse

Eclipse is an integrated development environment (IDE) for program developers. We currently have the components essential for Java Developers.

See: http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/lu...

Availability on Wesley

  Version      Date Installed    Setup Module  
4.4 (luna)  Mar 26, 2015eclipse/4.4

Usage

In order to use eclipse for java development you must 1) logon to wesley using either X11 forwarding, or a VNC connection so that the Eclipse graphical interface can be displayed, and 2) you must load the prerequisite JDK module. For Example,

yourmachine% ssh -X wesley.lakeheadu.ca

wesley% module load java/jdk/1.8.0.40
wesley% module load eclipse

wesley% eclipse

Restrictions

Large jobs must be submitted to the queuing system.

You may use eclipse for development and debugging. However, you should not use the eclipse IDE to run large calculations since they would run on wesley's login/head node only.