Re: Organizing plugins, utility classes and jars
Posted by dscho on Aug 27, 2009; 11:50am
URL: http://imagej.273.s1.nabble.com/Organizing-plugins-utility-classes-and-jars-tp3691373p3691375.html
Hi,
On Thu, 27 Aug 2009, Michael Schmid wrote:
> two remarks:
I only see one.
> In your approach, there is no need to remove the .java files from the
> plugins subdirectories; it is enough to remove the .class files that are
> now in a .jar ImageJ won't compile .java files unless they are needed
> for 'Compile&Run'
Note that this is not true in Fiji: as we ship a Java compiler, we
integrated transparent support for .java files. Just drop the .java files
anywhere in plugins/ and Fiji will show them in the appropriate place in
the Plugins menu.
Leaving the .java files in plugins/ if you do not need/want them would be
sloppy anyway.
Ciao,
Dscho