User Tools

Site Tools


asc:tutorials:eclipse

This is an old revision of the document!


Eclipse

Install Java and Eclipse

  1. If you do not have Java, please download and install it. Eclipse needs it.
  2. Download “Eclipse IDE for C/C++ Developers” from http://www.eclipse.org/downloads/
  3. Extract folder “eclipse” to a location where you want to store the executables. E.G. C:\Program Files\
  4. Enter the folder and execute “eclipse”. It will ask you for location of the workspace. That's where the source code is stored.

Install SVN plugins

  1. Run Eclipse and select Help > Install New Software… from the main menu.
  2. Enter “http://download.eclipse.org/releases/juno” in “work with” and click “Add…”
  3. Select “Collaboration –> Subversive SVN team provider” and install it.
  4. Restart Eclipse
  5. Select Help > Install New Software… from the main menu.
  6. Select “Subversive SVN Connectors” and “SVN Kit” and install them.
  7. Restart Eclipse.

Some have managed to integrate Eclipse with the ATLAS TDAQ environment: https://twiki.cern.ch/twiki/bin/view/Sandbox/TdaqSwEclipse

asc/tutorials/eclipse.1414591299.txt.gz · Last modified: 2014/10/29 14:01 by aparamonov