Re: Developing plugins in eclipse
Posted by
Zummy on
Feb 07, 2006; 10:10pm
URL: http://imagej.273.s1.nabble.com/Developing-plugins-in-eclipse-tp3703795p3703800.html
Yes, I am using Eclipse as well, to develop plugins.
John
At 12:58 PM 2/7/2006, you wrote:
>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