[ImageJ-devel] error: Unrecognized command: "Versatile Wand"

Curtis Rueden ctrueden at wisc.edu
Fri Jul 12 14:53:57 CDT 2013


Hi Chris,

> I use the versatile wand plugin for part of my image analysis, and it
> should be available in the repository, right?

Nope, Versatile Wand is not part of Fiji, and not available from any Maven
repository.

> So why doesn't my instance of ImageJ  in NetBeans recognize it?

You can hack around it by including a copy of the Versatile Wand source
with your plugin. But this ultimately causes problems because then you will
be shipping your own version of it which might conflict with a different
version installed by a user.

The proper solution is to deploy the Versatile Wand JAR file to a Maven
remote repository you control. Or at minimum: install it to your local
Maven repository cache. But both of these are rather involved for someone
who is just getting started with Maven.

A much easier approach would be to simply develop your plugin using the
Fiji Script Editor, which will automatically include all installed plugins
on your classpath when you compile and run. But then you can't use
NetBeans, of course.

Regards,
Curtis


On Fri, Jul 12, 2013 at 2:34 PM, Chris <christopher.coulon at gmail.com> wrote:

> I am making progress!  I got my postcard project running, but now I am
> getting the error: Unrecognized command: "Versatile Wand" and can go no
> further.  I use the versatile wand plugin for part of my image analysis,
> and it should be available in the repository, right?  So why doesn't my
> instance of ImageJ  in NetBeans recognize it?
>
> Chris Coulon
> _______________________________________________
> ImageJ-devel mailing list
> ImageJ-devel at imagej.net
> http://imagej.net/mailman/listinfo/imagej-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20130712/380d7d2d/attachment.html>


More information about the ImageJ-devel mailing list