This is what I discovered is the set up procedure for ImageJ using Netbeans
6.5 (this was done on an Intel Mac).
Chris Coulon
1. Create a folder for your project
2. Download the latest ImageJ source code, unzip, and place the resulting
source folder in your project folder.
3. Run Netbeans and do File>New Project
4. Select Java Project with Existing Sources and hit Next
5. Name your project and hit Browse at the Project Folder and go to the
source folder you just put in the project folder.
6. Click Next once to get to the Existing Sources window.
7. Click Add Folder and navigate to the source folder and ij folder
within. Select the ij folder and click on open.
8. Click Add Folder and navigate to the source folder and plugins folder
within. Select the plugins folder and click on open.
9. Select the Files tab in the left Netbeans window and double-click the
build.xml file to open it in the main window.
10. Delete, or comment, line 12 (<exclude name="plugins/**" />) in
source/build.xml.
11. Go to the Build>Build Main Project (Ignore the red error messages in the
ImageJ build output.)
12. Right-click the project name in the Projects window on the left of the
Netbeans window. Select the Properties at the bottom of the list.
13. Select Libraries in the Categories window, and in both the Compile and
Run areas click Add JAR/Folder button and choose ImageJ/ij/jar and hit OK.
Now you can write plugins by right-clicking the plugins folder in the
Projects list and selecting New>Java Class...
Run or debug using the icons or the run menu.
The GAIA Group
Global Automated Image Analysis
We help Researchers help themselves!
Find out about Online Tutoring for ImageJ
Christopher Coulon, Ph.D., Founder
http://gaiag.net[hidden email]