Skip to main content

Developing ImageJ in Eclipse

  1. Install Eclipse and launch it
  2. Install EGit using the external update site: http://download.eclipse.org/egit/updates/
  3. Import code:
    • File > Import > Git > Git repository
    • In URI, type:
      • For read-only: git://imagejdev.org/imagej.git
        ImageJ in Eclipse 1 (read only)ImageJ in Eclipse 1 (read only)
      • For read/write: git+ssh://git@imagejdev.org/imagej.git
        ImageJ in Eclipse 1 (read/write)ImageJ in Eclipse 1 (read/write)
    • Click Next (master should be checked)
    • Set desired local directory for the code and click Next
    • The code will be downloaded and configured
    • Click Finish on the Import Projects screen to import the relevant project
  4. Enable git integration:
    • Right click the project and choose Team > Share Project...
      ImageJ in Eclipse 2ImageJ in Eclipse 2
    • Click Next, click the project on the list, and click Finish

For additional instructions, check out this guide to using Git in Eclipse.