Skip to main content

Developing ImageJ in NetBeans

  1. Install NetBeans and launch it
  2. Install NBGit plugin as described here
  3. From the menu, choose Team > Git > Clone Other...
  4. For the Repository URL, specify:
    • Read-only: git://imagejdev.org/imagej.git
      ImageJ in NetBeans (read-only)ImageJ in NetBeans (read-only)
    • Read/write: ssh://git@imagejdev.org/imagej.git
      ImageJ in NetBeans (read/write)ImageJ in NetBeans (read/write)
  5. Click Next
  6. For the Clone Name, specify "imagej" and click Finish
  7. When another dialog appears, click "Open Project"
  8. Note that NBGit does yet not support the push and pull actions (see this issue for details) so we advise using "git push" and "git pull" on the command line for now

 

Also see:

Howto Setup Netbeans 6.7 for Debugging ImageJ Plugin  >>