<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div dir="ltr">Hi Chris,<div><br></div><div><div>> The odd part is that I have Versitile_Wand.java in my java files,</div><div>> along with all my other java files, and it gets compiled into my</div><div>> target/classes, but it still doesn't get recognized.</div>


<div><br></div><div>The minimal-ij1-plugin's main method sets the plugins.dir prior to launching ImageJ (see footnote [1] below for an explanation why), using some special code:<br></div><div><a href="https://github.com/imagej/minimal-ij1-plugin/blob/06655b85992b1908d3567f6f177da2c7dad40420/src/main/java/Process_Pixels.java#L176">https://github.com/imagej/minimal-ij1-plugin/blob/06655b85992b1908d3567f6f177da2c7dad40420/src/main/java/Process_Pixels.java#L176</a><br>

</div><div><br></div><div>Your postcards plugin removed that code:</div><div><a href="https://github.com/ad1054/Postcards/blob/6cdff5e8d98e6f81ebb01919709b128400de0f1e/src/main/java/A_Postcard.java#L33">https://github.com/ad1054/Postcards/blob/6cdff5e8d98e6f81ebb01919709b128400de0f1e/src/main/java/A_Postcard.java#L33</a><br>

</div><div><br></div><div style="">Add it back, and things may work better for you.</div></div></div></blockquote><br></div><div>The only item I (consciously) eliminated is the Process_Pixels.java file.  I put it back in my src/main/java/ did a clean and build, restarted NetBeans and still got the error for Versatile Wand.  Then I realized I was using the main class in A_Postcard for my startup, so I changed the main class to Process_Pixels, and voila!  It works!  Thank you Curtis!  I am finally back on track!  :-)</div><div><br></div><div>Chris</div></body></html>