The Virtual Cell plugin for ImageJ.
-
In Eclipse, for example, it is as simple as File>Import...>Existing Maven Project.
-
In NetBeans, it is even simpler: File>Open Project.
-
The same works in IntelliJ.
-
If jEdit is your preferred IDE, you will need the Maven Plugin.
- Go to Run Configurations...
- Choose Maven Build
- Add the following parameter:
- name:
imagej.app.directory
- value:
/path/to/ImageJ.app/
- name:
This ensures that the final .jar
file will also be copied to your ImageJ
plugins folder everytime you run the Maven Build