Login  Register

Re: Developing plugins in eclipse

Posted by Per Christian Henden on Feb 07, 2006; 8:58pm
URL: http://imagej.273.s1.nabble.com/Developing-plugins-in-eclipse-tp3703795p3703799.html

On Tuesday 07 February 2006 21:18, Nikos Katsikanis wrote:
> Hello, I am a new user of ImageJ. I was wanting to use eclpise to develop
> for ImageJ but the ImageJ packages are not defined in eclipse. Can anyone
> explain to me how to fix this.

Just create a new Java project and include the ij.jar file of ImageJ in the
project's classpath/library list.

I've found eclipse to be excellent for ImageJ development.

PER