Skip to main content

Developing ImageJ in IntelliJ IDEA

  1. Install command line git
  2. Install IntelliJ IDEA and launch it
  3. From the menu: Version Control > Checkout from Version Control > Git
  4. In "Git Repository URL" type:
    • Read-only: git://imagejdev.org/imagej.git
      ImageJ in IDEA (read only)ImageJ in IDEA (read only)
    • Read/write: git@imagejdev.org:imagej.git
      ImageJ in IDEA (read/write)ImageJ in IDEA (read/write)
  5. Leave "Origin Name" blank
  6. In "Parent Directory" choose your IDEA workspace folder
  7. In "Directory Name" specify "imagej"
  8. Click Clone
  9. When the dialog box asks about creating a project, answer No
  10. Choose "Open Project..." from the File menu
  11. Navigate to your IDEA workspace folder and open the project