Login  Register

Re: Debugging ImageJ with Eclipse

Posted by Michael Doube on Apr 02, 2010; 12:48pm
URL: http://imagej.273.s1.nabble.com/Debugging-ImageJ-with-Eclipse-tp3688700p3688703.html

The other option is to:

Download the source as a zip or directory
Right click on your project->Properties->Java Build Path->Libraries
Click on the small triangle to the left of ij.jar
Select Source Attachment, Edit
Locate the source zip or directory, OK.
Source code should now be linked.


> how to link the source files I've got to the
> ij.jar file, which should be doable based on the Eclipse docs I've seen.
> Also, I want to understand what the problem is and how to fix it for
> future reference.