Debugging Imagej Plugins in Netbeans
Debugging Imagej Plugins in Netbeans
You may change the file name jdk-8-nb-8-linux-*.sh in the code to yours, also
do this in next command.
1.b. Start the installer.
In the terminal run:
cd ~/Downloads && ./jdk-8-nb-8-linux-*.sh
This will bring up the install wizard. Just follow it and youll finally get the
NetBeans IDE 8 installed on your system.
(Optional) To uninstall the IDE, run ./uninstall.sh in the install directory.
2.
http://rsb.info.nih.gov/ij/download/src/
3.
Unzip the ImageJ source. The folder "source" in the directory where you
unzip this file is the ImageJ source folder. Note: If you are working in Windows,
copy to directory directly in C, or in any other folder where you have full
permissions from the operational system.
4: In order to make easier the installation, you can create a new plugin code
directly from imageJ. Then:
1. Copy the source code to the ImageJ folder and unzip it.
2. Replace the plugins folder by your own plugins folder (old plugins sources).
Setting Up ImageJ in NetBeans
1. Run NetBeans
2. Go to the File>New Project... dialog
3.
4.
5.
6.
In Source Level choose the Java JDK 1.X (we are going to use 1.8 this
semester) you are going to use.
Click "Finish"