Hi,
On Wed, Mar 18, 2009 at 1:05 PM, Michael Strupp <
[hidden email]> 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.
I don't really get this part : normally you should upload your classes into
your plugin, and not the other way around. That should work if you use the
right namespace.
>
>
> Is there another solution, than putting all classes outside packages?
I'm afraid not. Plugins cannot be put in packages for now, but that might
change sooner or later. One possible method to get everything working, is
adding the classes you need to the same jar-file as the plugin. Examples of
how to build up those jar files are found on this list, just search around.
Kind regards
Joris