Debugging ImageJ using Netbeans
Posted by
Powar, Nilesh on
URL: http://imagej.273.s1.nabble.com/Debugging-ImageJ-using-Netbeans-tp3703700.html
Hi,
I am trying to build & run the imageJ using all the source code "ij135p-src.zip" available at (
http://rsb.info.nih.gov/ij/download/src/). I am using Netbeans IDE using the following tutorial (
http://rsb.info.nih.gov/ij/developer/NBTutorial.html) to build the source code & plugins. I am running Windows XP with JDK 5.0.
Following errors are seen during compilation. C:\ImageJ\source\plugins\MacAdapter.java:4: package com.apple.mrj does not exist,
One way to get rid of the error would be to remove the MacAdapter.Java from the project, Since I am running in windows, do I need the MacAdapter.Java file???
Or
Is there any way I could add the package com.apple.mrj???
Thanks,
Nilesh.