<div dir="ltr">Hi Chris,<div><br></div><div><div>> I use the versatile wand plugin for part of my image analysis, and it</div><div>> should be available in the repository, right?</div></div><div><br></div><div style>

Nope, Versatile Wand is not part of Fiji, and not available from any Maven repository.</div><div style><br></div><div style><div>> So why doesn't my instance of ImageJ  in NetBeans recognize it?</div><div><br></div>

<div style>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.</div>

<div style><br></div><div style>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.</div>

<div style><br></div><div style>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.</div>

<div style><br></div><div style>Regards,</div><div style>Curtis</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 12, 2013 at 2:34 PM, Chris <span dir="ltr"><<a href="mailto:christopher.coulon@gmail.com" target="_blank">christopher.coulon@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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?<br>


<br>
Chris Coulon<br>
_______________________________________________<br>
ImageJ-devel mailing list<br>
<a href="mailto:ImageJ-devel@imagej.net">ImageJ-devel@imagej.net</a><br>
<a href="http://imagej.net/mailman/listinfo/imagej-devel" target="_blank">http://imagej.net/mailman/listinfo/imagej-devel</a><br>
</blockquote></div><br></div>