Login  Register

Re: plugin in a package

Posted by Wayne Rasband on Mar 18, 2009; 2:47pm
URL: http://imagej.273.s1.nabble.com/plugin-in-a-package-tp3693264p3693265.html

On Mar 18, 2009, at 8:05 AM, Michael Strupp wrote:

> Hello imagej community
>
> I'm writing an imagej plugin that uses some other classes I wrote.
> The problem is that I cannot import my imagej plugin to these other
> classes without placing the imagej plugin also in a package and when I
> put my imagej plugin in a package I cannot run it in imagej.
>
> Is there another solution, than putting all classes outside packages?
> I'm sorry for my possibly bad english...

Plugins can be in a package. For an example, look at the Bio-Formats
plugin, especially the plugins.config file in loci_tools.jar.

-wayne